mmmcalc/.travis.yml
Nicolás A. Ortega bf76b4a911
Added a build file.
Hope this works...
2016-07-13 22:07:15 +02:00

14 lines
198 B
YAML

# Define the language
language: c
addons:
apt:
packages:
- build-essential
- cmake
script:
- cd build/
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make