diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-11-15 13:26:21 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-11-15 13:51:03 +0100 |
| commit | 90df209f276b17a66112cbb58c040693be14d217 (patch) | |
| tree | 742747120c2c5b2b873279a43854ed1623d84684 /travis | |
| parent | 41347c60637fe6e7cae307e07ad0430eb79652d1 (diff) | |
| download | PROJ-90df209f276b17a66112cbb58c040693be14d217.tar.gz PROJ-90df209f276b17a66112cbb58c040693be14d217.zip | |
autoconf / cmake: build test/ only if needed
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/mingw32/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/mingw32/install.sh b/travis/mingw32/install.sh index 6d388156..defe1485 100755 --- a/travis/mingw32/install.sh +++ b/travis/mingw32/install.sh @@ -26,7 +26,7 @@ make -j3 make install make dist-all find /tmp/proj_autoconf_install -#make check +(cd test; make -j3) test/unit/test_cpp_api.exe cd .. # Now with grids |
