summaryrefslogtreecommitdiff
path: root/ci/travis_script.sh
AgeCommit message (Collapse)Author
2020-12-11CI: Move all remaining jobs from travis-ci to GHAChristoph Reiter
Some changes: * Set HOME to /root, since github mounts its own HOME and 'wine' (because of permissions) and 'dub' (can't find packages) don't like that. * Remove the seccomp option, doesn't seem to be needed.
2020-11-11travis: Drop osx supportDylan Baker
We're now running this through github actions, no need for travis.
2020-10-13cmake: Add cross testsDaniel Mensinger
2020-06-05ci: run some builders with response file threshold set to zeroDan Kegel
2020-04-08travis: Fix Travis OSX buildDaniel Mensinger