lci/.travis.yml

7 lines
101 B
YAML
Raw Permalink Normal View History

language: c
compiler:
- gcc
- clang
# Change this to your needs
script: cmake . && make && ctest