1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

added yaml file for travis (CI)

This commit is contained in:
Falk Werner 2019-02-10 08:13:49 +01:00
parent d060017805
commit 9b436f9789

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: cpp
compiler:
- gcc
before_script:
- mkdir .build
- cd .build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
script:
- make