SOEM/.travis.yml
Hans-Erik Floryd c8a11227b5 Automated builds (#122)
* add travis and appveyor build scripts

* add travis and appveyor badges to README.md
2017-08-07 17:33:08 +02:00

9 lines
119 B
YAML

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