diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-06 09:48:49 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-06 09:51:51 +0200 |
| commit | 505d3476b56a0e52569c658e20e591a878dc10e7 (patch) | |
| tree | 76e6b2d01a591c9600a6e442382115eec9f27d3f | |
| parent | 50cc88aefbcd5e5cefa547532aed3041c19776ab (diff) | |
| download | vis-505d3476b56a0e52569c658e20e591a878dc10e7.tar.gz vis-505d3476b56a0e52569c658e20e591a878dc10e7.tar.xz | |
travis: install libtermkey dependency
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1356c22..a01706c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,8 @@ compiler: env: - DEBUG= - DEBUG=debug -script: make $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 |
