aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: