aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-05-28Travis conflictPjotr Prins
2020-05-28TravisPjotr Prins
2018-12-11Travis: fix OSX buildPjotr Prins
2018-12-10Travis: fix osxPjotr Prins
2017-12-19Documentation and Travis fixesPjotr Prins
2017-12-19Fix travisPjotr Prins
2017-12-07Travis: fixesPjotr Prins
2017-12-07Travix: fix MacOS build, see https://github.com/travis-ci/travis-ci/issues/8826Pjotr Prins
2017-10-23Travis-ci:Pjotr Prins
- Disabled gcc-6 since we develop with later tools anyway - Turned the release test into a simple integration test - Adding MacOSX on Travis-ci Tests: Adding tests for Plink w. LOCO Safety: Introduce strtok_safe to get rid of segfaults
2017-10-14Travis: more fixesPjotr Prins
2017-08-27Makefile: clean up of the main Makefile and changed build instructionsPjotr Prins
to align with normal build systems * Debug mode is now the default (use DEBUG= to disable) * Dynamic linking is now the default (use FORCE_STATIC=1 for static) * Removed references to 32-bit compilation (default is $arch)
2017-08-20Support filesPjotr Prins
2017-08-14Tests and fixes https://github.com/genetics-statistics/GEMMA/issues/26Pjotr Prins
2017-08-13Adding travis-ci support for g++-4.9 and g++-6 on Linux. Tests pass.Pjotr Prins