shrub/.travis.yml
2017-06-13 19:26:49 -07:00

30 lines
560 B
YAML

language: c
script: make && make test # no ./configure
# Uncomment me if this gets annoying
#
# notifications:
# email: false
addons:
apt:
sources:
# precise, which is the default, doesn't have an official libuv1 package
- sourceline: 'deb http://us.archive.ubuntu.com/ubuntu/ xenial universe'
#
packages:
- libgmp3-dev
- libsigsegv-dev
- openssl
- libssl-dev
- libncurses5-dev
- make
- exuberant-ctags
- libuv1-dev
- g++
- ragel
- cmake
- re2c
- libcurl4-gnutls-dev
- python