libcaesium/.travis.yml

22 lines
269 B
YAML

language: c
dist: trusty
sudo: required
compiler:
- gcc
- clang
before_install:
- sudo apt-get install libtool autoconf git nasm pkg-config cmake
- chmod +x install.sh
- ./install.sh
before_script:
- mkdir build
- cd build
- cmake ..
script: make