Skip to content

Commit

Permalink
appveyor.yml: set PATH to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 8, 2018
1 parent b745ee0 commit e37ad14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ test_script:
- dir %PROJ_LIB%
- gie.exe ..\test\gie\*.gie ..\test\gigs\*.gie
- cd %CURDIR%
- if "%BUILD_TYPE%" == "cmake" set PATH=C:\projects\proj-4\bin;%PATH%
- if "%BUILD_TYPE%" == "cmake" ctest -C Release

deploy: off

0 comments on commit e37ad14

Please sign in to comment.