diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2015-07-09 21:25:56 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2015-07-09 21:25:56 +0200 |
| commit | 9f10ff75e863d121294c199ab4df77abaa6328d5 (patch) | |
| tree | d34339916ab7ecb2bfe199f5dc3728e162e89d94 /.travis.yml | |
| parent | 9f05b2dd07712d35fe3fa78934631b6a0142891f (diff) | |
| download | PROJ-9f10ff75e863d121294c199ab4df77abaa6328d5.tar.gz PROJ-9f10ff75e863d121294c199ab4df77abaa6328d5.zip | |
Improve multistresstest.c (and run it with Travis) and test228.c
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 50cc80b1..24be7a6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,11 @@ install: - make install - find /tmp/proj_autoconf_install_nad - make check + - cd src + - make multistresstest + - make test228 + - cd .. + - PROJ_LIB=../nad src/multistresstest - cd .. # autoconf build with grids and coverage - CFLAGS="--coverage" LDFLAGS="-lgcov" ./configure |
