SOES/.travis.yml

9 lines
111 B
YAML

language: c
script:
- mkdir build
- pushd build
- cmake .. -DCMAKE_BUILD_TYPE=Release
- make
- popd