build without sdl for travis

This commit is contained in:
Ciro Santilli
2017-11-18 19:05:40 +00:00
parent 959ecac538
commit 2f82f78589
3 changed files with 16 additions and 5 deletions

6
configure vendored
View File

@@ -1,9 +1,11 @@
#!/usr/bin/env bash
set -ex
set -e
interactive_pkgs=libsdl2-dev
y=''
while getopts t OPT; do
case "$OPT" in
t)
interactive_pkgs=''
y='-y'
;;
esac
@@ -21,6 +23,6 @@ sudo apt-get update $y
sudo apt-get install $y \
build-essential \
coreutils \
libsdl2-dev \
$interactive_pkgs \
;
sudo apt-get build-dep $y qemu