libcaesium/.travis.yml

20 lines
250 B
YAML
Raw Normal View History

2016-11-04 11:14:50 +01:00
language: c
2016-11-13 14:43:54 +01:00
dist: trusty
sudo: required
2016-11-04 11:14:50 +01:00
compiler:
- gcc
- clang
2016-11-13 14:43:54 +01:00
before_install:
- sudo apt-get install libtool autoconf git nasm
2016-11-13 14:46:58 +01:00
- chmod +x install.sh
2016-11-13 14:43:54 +01:00
- ./install.sh
2016-11-04 11:14:50 +01:00
before_script:
- mkdir build
- cd build
- cmake ..
script: make