]> git.stg.codes - stg.git/blob - .travis.yml
Fix XMLRPC doc build.
[stg.git] / .travis.yml
1 # Enable Trusty dist, Standard is ancient.
2 dist: trusty
3 # Enable C++ support
4 language:
5   - c
6   - cpp
7 # # Compiler selection
8 compiler:
9   - clang
10   - gcc
11 # Build steps
12 script:
13   - cd projects/stargazer
14   - ./build debug && make clean && make