aboutsummaryrefslogtreecommitdiff
path: root/travis/install.sh
AgeCommit message (Expand)Author
2021-05-09CMake: "make dist" workalike via CPack (#2690)Mike Taves
2021-03-07Travis ARM64: set NPROC=4 to avoid the autodetected 32 to blow out RAMEven Rouault
2021-02-26CMake: add support for pkg-config (#2547)Mike Taves
2020-11-27Move linux_gcc 4.8 job to github action, and on Travis-CI only keep the doc p...Even Rouault
2020-11-27Github action: add a linux_gcc_32bit jobEven Rouault
2020-11-26travis/install.sh: make it robust to objdump on 20.04 and/or clang outputing ...Even Rouault
2020-10-16travis/install.sh: make output less verbose to hopefully avoid log size limit...Even Rouault
2020-10-06Update scripts/reference_exported_symbols.txt and fix checking of them in tra...Even Rouault
2020-04-07Test GCC 4.8 and CMake 3.9; resolve a few shadowed declaration warningsMike Taves
2020-03-21Add post-install checks for CMake and Autotools/pkg-config (#2077)Mike Taves
2020-02-27Make tests independent of proj-datumgridEven Rouault
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
2020-02-08Travis: do only builds that test with all grids on -O2 builds that are slower...Even Rouault
2020-02-08travis/install.sh: fix wrong setting of CXXFLAGSEven Rouault
2020-02-08Travis: restrict symbol comparison to x86_64 buildsEven Rouault
2020-01-07Remove deprecated JNI bindings (#1825)Kristian Evers
2020-01-07Remove deprecated JNI bindingsKristian Evers
2020-01-05Make sure tests pass if extra grids are presentEven Rouault
2019-12-25Database: tune accuracy of Canadian NTv1 file w.r.t NTv2Even Rouault
2019-09-25travis/install.sh: add a way of detecting problematic use of CS identifier fo...Even Rouault
2019-09-25Upgrade testing from trusty to xenial, and also:Mike Taves
2019-09-19address PR commentsHoward Butler
2019-09-19set PROJ_LIB on test targets for CMakeHoward Butler
2019-08-17PROJJSON: rename file as projjson.schema.json, and add versionning to it and ...Even Rouault
2019-08-09PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...Even Rouault
2019-08-09projinfo: rename JSON to PROJJSONEven Rouault
2019-07-08Travis: add testing of JSON output against schema and upgrade everything to P...Even Rouault
2019-06-21Use HTTPS URLs for download.osgeo.orgPaul Menzel
2019-05-01Merge branch 'master' into check_exported_symbolsKristian Evers
2019-04-28travis/install.sh: fix previous commit that failed on MacOSXEven Rouault
2019-04-28travis/install.sh: use make -j$(nproc)Even Rouault
2019-04-26Travis: check that the exported symbols conform to what is expectedEven Rouault
2019-04-05Adjust test outputsMike Taves
2019-02-27Travis/Appveyor: use proj-datumgrid-1.8Even Rouault
2019-02-24.travis.yml: add build with g++-7 and -D_GLIBCXX_ASSERTIONS (refs #1290)Even Rouault
2019-01-06Make sure that coveralls reports coverage from both c and cpp filesKristian Evers
2018-12-30.travis.yml: build JNI bindings on Trusty linux_gccEven Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-09-19travis/install.sh: cleanupsEven Rouault
2018-09-19autoconf: fix 'make check' on out-of-tree buildsEven Rouault
2018-09-18Rename nad/ directory as data/Even Rouault
2018-08-11travis/install.sh: make sure to run tests without grids, and remove a useless...Even Rouault
2018-06-08Improve travis/install.shEven Rouault
2018-03-05Merge pull request #822 from sebastic/travis-proj-datumgridKristian Evers
2018-03-05Update Travis & AppVeyor configuration to use proj-datumgrid-1.7.Bas Couwenberg
2018-02-26Update travis to use proj-datumgrid-1.7RC2.Bas Couwenberg
2018-02-24Rerun tests without grids not included in proj-datumgrid.Bas Couwenberg
2018-02-23Update travis to use proj-datumgrid-1.7RC1.Bas Couwenberg
2018-02-23Download BETA2007 grid from proj-datumgrid package in CI scripts.Kristian Evers
2018-02-05Make a README from README.md when running 'make dist' (#772)Kristian Evers