Skip to content

Commit

Permalink
try win test running
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 26, 2019
1 parent 2d550b3 commit af8d71a
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 @@ -76,4 +76,10 @@ jobs:
set CXX=cl.exe
ninja
displayName: 'Build'
- script: |
call activate pdal
pushd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
ctest -V --output-on-failure
displayName: 'Test'

0 comments on commit af8d71a

Please sign in to comment.