aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2021-01-06 14:42:51 +1000
committerSteve Bennett <steveb@workware.net.au>2021-01-06 14:42:51 +1000
commitb8018299ad54fecfdcffe4b22ac994944a716f2a (patch)
tree7fab7292bbdac107efd56cb90048e189290a791e /.travis.yml
parent9d096635508de22f7925a55b09fd077a0d127669 (diff)
downloadjimtcl-b8018299ad54fecfdcffe4b22ac994944a716f2a.zip
jimtcl-b8018299ad54fecfdcffe4b22ac994944a716f2a.tar.gz
jimtcl-b8018299ad54fecfdcffe4b22ac994944a716f2a.tar.bz2
build: Need sdl needs 'check false'
If no 'check' is provided, we assume that the checks passed. If pkg-config is specified, but no other check, use 'check false' to ensure the module is disable if the pkg-config checks don't pass. Also travis now does 'make all' so that any module extensions are also built, and add a dependency on libhiredis-dev to test building the redis extension. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d010452..325eee4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,9 @@ addons:
apt:
packages:
- libsqlite3-dev
+ - libhiredis-dev
before_script:
- ./configure --maintainer --full --allextmod --disable-docs
script:
- - make test
+ - make all test
- ./test-bootstrap-jim