Epple-II/.travis.yml

8 lines
125 B
YAML
Raw Normal View History

2013-11-12 20:38:32 +00:00
language: cpp
compiler:
- gcc
- clang
# Change this to your needs
before_script: ./bootstrap
script: ./configure && make