From b8018299ad54fecfdcffe4b22ac994944a716f2a Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Wed, 6 Jan 2021 14:42:51 +1000 Subject: 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 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.1