diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-27 20:19:46 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-29 13:35:45 +0100 |
| commit | 3cbea071e181cd3fa1bd77be0ec586cf41735e60 (patch) | |
| tree | 6220fb387176cdfe4befa256874db7fad6eb3767 /.travis.yml | |
| parent | 1190302c13f2eac4ab9e9144c3980cb216879bb0 (diff) | |
| download | vis-3cbea071e181cd3fa1bd77be0ec586cf41735e60.tar.gz vis-3cbea071e181cd3fa1bd77be0ec586cf41735e60.tar.xz | |
build: introduce make local Makefile target
This merges parts of the build system overhaul found in the lua
branch.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
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 |
