summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-02-25ci: remove Travis CI integrationMarc André Tanner
macOS based builds are now run with Github actions.
2020-01-17build: try to fix travis-ci by installing libtool-binMarc André Tanner
2020-01-16build: try to fix travis-ci by installing libtoolMarc André Tanner
2019-07-03build: skip sam related tests on macOS travis infrastructureMarc André Tanner
Apparently plan9port is no longer included in homebrew: https://github.com/Homebrew/homebrew-core/pull/38394
2019-02-09build: try to fix travis macOS buildMarc André Tanner
2017-03-15travis: add non-curses builds to test matrixMarc André Tanner
This ensures that the configuration at least compiles.
2017-03-07travis: add TRE regex backend to test matrix of travis-ci linux buildsMarc André Tanner
The libtre5 package got approved / white listed for container builds in: travis-ci/apt-package-whitelist#4023 travis-ci/apt-package-whitelist#4024
2017-03-03travis: fix luarocks invocationMarc André Tanner
It can only install one package at a time.
2017-03-03travis: try to run busted based test on macOSMarc André Tanner
2017-02-16travis: fix yaml syntaxMarc André Tanner
2017-02-16travis: try to fix code coverage for test/coreMarc André Tanner
The test/core tests use source files from the repository root (e.g. ../../text.c) which seems to confuse gcov and/or codecov.io because the same file is used under multiple paths. We add a new entry to the test matrix which just runs the core/tests. This is done by invoking the `make clean` target and skipping any tests which require the main vis binary.
2017-02-14travis: re-enable code coverageMarc André Tanner
2017-02-14travis: use apsolute paths for ${C,LD}FLAGSMarc André Tanner
This should fix build breakage of the test/util/keys utility.
2017-02-14travis: tweak build matrixMarc André Tanner
Try to test the different regex backends and builds with/without Lua support.
2016-12-27travis: install 9baseMarc André Tanner
This should enable sam related tests for Linux builds.
2016-12-16travis: try to enable code coverage for test/coreMarc André Tanner
2016-11-19build: install plan9port on Mac OS X buildsMarc André Tanner
Might be enough to get the sam based tests to run.
2016-11-17build: cache external source tarballs on Travis CIMarc André Tanner
2016-11-17build: add automated code coverage via Travis CI and codecov.ioMarc André Tanner
2016-11-17bulid: run individual tests directly from .travis.ymlMarc André Tanner
2016-11-16build: add automated Mac OS X builds via Travis CIMarc André Tanner
2015-10-31travis: try to fix build once moreMarc André Tanner
2015-10-29build: introduce make local Makefile targetMarc André Tanner
This merges parts of the build system overhaul found in the lua branch.
2015-10-06travis: remove harmful line continuation symbolsMarc André Tanner
2015-10-06travis: install libtermkey dependencyMarc André Tanner
2015-04-10Travis CI: disable clang build for nowMarc André Tanner
2015-04-07Add Travis CI integration in preparation for Coverity Scan automationMarc André Tanner