aboutsummaryrefslogtreecommitdiff
path: root/travis/osx
AgeCommit message (Collapse)Author
2018-05-30CI environment: adapt for C++11 capable environmentsEven Rouault
2018-02-02Remove GIGS Python test suite.Kristian Evers
All the GIGS JSON files have been converted to the gie format and are now covered by running "make check". Therefore we no longer need the Python setup. Removing it from the Travis CI setup should speed up the test execution time a bit.
2017-12-17Add -std=c89 to travis targets.Kristian Evers
The multistresstest code has been made C89 compliant in the process.
2017-12-12Travis MacOSX: install pipEven Rouault
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 ↵Kristian Evers
Ruby 2.3
2017-09-12Make sure all platform specific before_install scripts call the global ↵Kristian Evers
before_install script. Python version setup moved to global before_install script.
2017-02-26travis/install.sh: use super pedantic warning flags for autoconf buildEven Rouault
2017-01-19.travis.yml: add multi config setupEven Rouault
Setup 4 configs: Linux/GCC, Linux/CLang, OSX CLang and mingw32 OSX allowed to fail, since it fails in the proj -VC step.