From cfcf77f1ed76c66c9b1e9d4d213651749a6034ec Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 30 Jan 2019 23:12:59 +0000 Subject: Tweak CI build rules --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 56d26b6..31a89b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - CFLAGS="-W -Wall -Wextra -Wpedantic -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -Werror" script: + - sed -i 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk # Enable all backends for test build - make V=yes - CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" make check @@ -25,6 +26,8 @@ addons: apt: packages: - libfreeimage-dev + - libpng-dev + - librsvg2-dev - libsdl2-ttf-dev install: -- cgit v1.2.3