Skip to content

Commit

Permalink
manual setting of msvc paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 16, 2019
1 parent 74276f7 commit 30da889
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
call conda install --yes --quiet --name pdal -c conda-forge geotiff laszip nitro curl gdal pcl cmake eigen ninja libgdal zstd numpy xz libxml2 laz-perf qhull sqlite hdf5 tiledb conda-build ninja -y
displayName: Install PDAL dependencies
- script: |
ECHO ON
call activate pdal
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
echo %PATH%
Expand Down Expand Up @@ -66,9 +67,14 @@ jobs:
-DBUILD_I3S_TESTS=OFF ^
-DBUILD_OCI_TESTS=OFF ^
..
displayName: 'CMake'
- script: |
call activate pdal
pushd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
echo %PATH%
set CC=cl.exe
set CXX=cl.exe
ninja
displayName: 'Build'

0 comments on commit 30da889

Please sign in to comment.