mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
added yaml file for travis (CI)
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- mkdir .build
|
||||||
|
- cd .build
|
||||||
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make
|
||||||
Reference in New Issue
Block a user