aprsc/.travis.yml

16 lines
321 B
YAML

---
language: c
compiler:
- clang
- gcc
before_script:
- sudo apt-get -qq update
- sudo apt-get install -y protobuf-c-compiler libprotobuf-c0-dev libio-socket-inet6-perl libwww-perl libjson-xs-perl
script:
- cd src
- ./configure
- time make -j2
- make testinstall
- cd ../tests
- time make travistest