diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-06-08 02:12:11 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-06-08 02:12:11 +0200 |
| commit | e37ad143d71f8d1b76218c30bcc8612d12724630 (patch) | |
| tree | 595f3ba9abb6f12b68448d0faccfafb5d41f7ee7 /appveyor.yml | |
| parent | b745ee0a10681d05f61a686e4d61c687ba9b8c48 (diff) | |
| download | PROJ-e37ad143d71f8d1b76218c30bcc8612d12724630.tar.gz PROJ-e37ad143d71f8d1b76218c30bcc8612d12724630.zip | |
appveyor.yml: set PATH to run tests
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index d7a91bef..0c92cae2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |
