sgp4/.travis.yml

9 lines
100 B
YAML

language: cpp
compiler:
- clang
- gcc
script:
- mkdir build
- cd build
- cmake .. && make