aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: bcfd5a339b4bfa24ba4471265a2b82d39c306b79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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