aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-01-30 23:12:59 +0000
committerHarry Jeffery <harry@exec64.co.uk>2019-01-30 23:12:59 +0000
commitcfcf77f1ed76c66c9b1e9d4d213651749a6034ec (patch)
tree8a7f317622bda7b37935207fff6309683e1845e1
parent442752efde85a71030c6023e59cac61f24849309 (diff)
downloadimv-cfcf77f1ed76c66c9b1e9d4d213651749a6034ec.tar.gz
Tweak CI build rules
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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: