aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index bcfd5a3..d211d66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,6 @@ language: c
compiler:
- gcc
env:
- - DEBUG=
- - DEBUG=debug
-install:
- - export LIBTERMKEY=libtermkey-0.17 &&
- curl http://www.leonerd.org.uk/code/libtermkey/$LIBTERMKEY.tar.gz | tar xzf - &&
- make -C $LIBTERMKEY && make -C $LIBTERMKEY PREFIX=$(pwd)/build install
-script: CFLAGS=-I./build/include LDFLAGS=-L./build/lib make $DEBUG
+ - TARGET=
+ - TARGET=debug
+script: make local $TARGET