Skip to content

Commit

Permalink
set variables try again
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 26, 2019
1 parent 9bff703 commit 2fbf366
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/azp/win.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

jobs:
- job: win
variables:
PYTHONHOME: "C:\Miniconda"
PYTHONLIB: "C:\Miniconda\Lib"

pool:
vmImage: vs2017-win2016
timeoutInMinutes: 360
Expand Down Expand Up @@ -80,8 +84,6 @@ jobs:
call activate pdal
pushd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
set PYTHONHOME="C:\Miniconda\"
set PYTHONLIB="C:\Miniconda\Lib"
ctest -V --output-on-failure
displayName: 'Test'

0 comments on commit 2fbf366

Please sign in to comment.