aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-02-25ci: remove Travis CI integrationMarc André Tanner1-95/+0
macOS based builds are now run with Github actions.
2020-01-17build: try to fix travis-ci by installing libtool-binMarc André Tanner1-1/+1
2020-01-16build: try to fix travis-ci by installing libtoolMarc André Tanner1-0/+1
2019-07-03build: skip sam related tests on macOS travis infrastructureMarc André Tanner1-1/+1
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é Tanner1-1/+1
2017-03-15travis: add non-curses builds to test matrixMarc André Tanner1-0/+6
This ensures that the configuration at least compiles.
2017-03-07travis: add TRE regex backend to test matrix of travis-ci linux buildsMarc André Tanner1-0/+4
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é Tanner1-1/+2
It can only install one package at a time.
2017-03-03travis: try to run busted based test on macOSMarc André Tanner1-1/+1
2017-02-16travis: fix yaml syntaxMarc André Tanner1-4/+4
2017-02-16travis: try to fix code coverage for test/coreMarc André Tanner1-12/+17
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é Tanner1-1/+1
2017-02-14travis: use apsolute paths for ${C,LD}FLAGSMarc André Tanner1-1/+1
This should fix build breakage of the test/util/keys utility.
2017-02-14travis: tweak build matrixMarc André Tanner1-20/+18
Try to test the different regex backends and builds with/without Lua support.
2016-12-27travis: install 9baseMarc André Tanner1-0/+5
This should enable sam related tests for Linux builds.
2016-12-16travis: try to enable code coverage for test/coreMarc André Tanner1-1/+1
2016-11-19build: install plan9port on Mac OS X buildsMarc André Tanner1-0/+6
Might be enough to get the sam based tests to run.
2016-11-17build: cache external source tarballs on Travis CIMarc André Tanner1-0/+7
2016-11-17build: add automated code coverage via Travis CI and codecov.ioMarc André Tanner1-11/+28
2016-11-17bulid: run individual tests directly from .travis.ymlMarc André Tanner1-1/+5
2016-11-16build: add automated Mac OS X builds via Travis CIMarc André Tanner1-3/+37
2015-10-31travis: try to fix build once moreMarc André Tanner1-3/+3
2015-10-29build: introduce make local Makefile targetMarc André Tanner1-7/+3
This merges parts of the build system overhaul found in the lua branch.
2015-10-06travis: remove harmful line continuation symbolsMarc André Tanner1-2/+2
2015-10-06travis: install libtermkey dependencyMarc André Tanner1-1/+5
2015-04-10Travis CI: disable clang build for nowMarc André Tanner1-1/+0
2015-04-07Add Travis CI integration in preparation for Coverity Scan automationMarc André Tanner1-0/+8