aboutsummaryrefslogtreecommitdiff
path: root/travis
AgeCommit message (Expand)Author
2018-09-19Merge pull request #1128 from kbevers/build-docs-from-maintenance-branchKristian Evers
2018-09-19travis/install.sh: cleanupsEven Rouault
2018-09-19autoconf: fix 'make check' on out-of-tree buildsEven Rouault
2018-09-19Build docs from most recent maintenance branchKristian Evers
2018-09-18Rename nad/ directory as data/Even Rouault
2018-08-20travis/build_docs.sh: Make it error on exit, and improvements to be able to e...Even Rouault
2018-08-13Add Dockerfile for osgeo/proj-docs imageHoward Butler
2018-08-13reflect new osgeo/proj-docs docker container for documentation buildsHoward Butler
2018-08-11travis/install.sh: make sure to run tests without grids, and remove a useless...Even Rouault
2018-06-25deploy_website.sh: update gh-pages with a single force-pushed commit (fixes #...Even Rouault
2018-06-10workaround for issue with sphinxcontrib-bibtexMike Toews
2018-06-10rewrite references using BibTeX and sphinxcontrib-bibtexMike Toews
2018-06-08Improve travis/install.shEven Rouault
2018-06-08Add a scripts/gen_html_coverage.sh to generate local report of code coverage ...Even Rouault
2018-06-01Update encrypted projdocs-private.key.encEven Rouault
2018-06-01update doc deploy key for travis-ci.comHoward Butler
2018-05-30CI environment: adapt for C++11 capable environmentsEven Rouault
2018-04-25updated PDF file name to copy to gh-pagesmwtoews
2018-03-24Don't set -std=c89 in CMakeLists.txtAaron Puchert
2018-03-14Add a Travis CLang Static Analyzer targetEven Rouault
2018-03-14Add a scripts/cppcheck.sh that check both warnings and errors, and use it in ...Even Rouault
2018-03-11mingw32 travis: reduce number of iterations for multistresstestEven 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
2018-02-02Remove GIGS Python test suite.Kristian Evers
2018-01-09Add gie tests to autoconf makefile.Kristian Evers
2017-12-18Enable wildcard globbing for MSVC builds (#714)Thomas Knudsen
2017-12-17Merge pull request #713 from kbevers/travis-c89Kristian Evers
2017-12-17Add -std=c89 to travis targets.Kristian Evers
2017-12-17Free format everywhere (#693)Thomas Knudsen
2017-12-12Travis MacOSX: install pipEven Rouault
2017-11-29Remove the last remains of the internal selftestKristian Evers
2017-11-28Add tests for GDA2020 (#688)Thomas Knudsen
2017-11-20Replace pj_ell_set with reimplementation... (#675)Thomas Knudsen
2017-11-13Removed remaining traces of the built in selftest system (#661)Thomas Knudsen
2017-10-31Add 'axisswap' operation - swap axes in pipelinesKristian Evers
2017-10-29Addition of 'deformation': Kinematic grid shifting.Kristian Evers
2017-10-13Remove all occurences of python3 from CI scripts since it is not in useKristian Evers
2017-10-13run 'brew update' before 'brew install' to avoid failure caused by missing Ru...Kristian Evers
2017-10-12Run 'gie builtins.gie' as part of Travis CI jobsThomas Knudsen
2017-10-06Enable address sanitizer in linux/clang buildThomas Knudsen
2017-09-21Use Python2 in favour of Python3 which behaves inconsistenly on Travis (#573)Kristian Evers
2017-09-20Revert to using pip3Kristian Evers
2017-09-20Use python 3.5 with pyenvKristian Evers
2017-09-20Use pip instead of pip3. pyevn should enforce usage of python3-compatible ver...Kristian Evers