summaryrefslogtreecommitdiff
path: root/ci/travis_install.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-05-15travis/macos: Restore the old pkg-config behaviourNirbheek Chauhan
We need to test both "have pkg-config" and "don't have pkg-config" pathways on macOS, which is why pkg-config was only installed in one branch based on --unity=on/off.
2020-04-17ci: Add python-jsonschemaDylan Baker
Which is used to validate the json schema files in the various test directories in a unit test.
2020-04-08travis: Fix Travis OSX buildDaniel Mensinger