SOEM/.travis.yml

9 lines
119 B
YAML

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