mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
13 lines
136 B
YAML
13 lines
136 B
YAML
|
language: cpp
|
||
|
|
||
|
compiler:
|
||
|
- gcc
|
||
|
|
||
|
before_script:
|
||
|
- mkdir .build
|
||
|
- cd .build
|
||
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||
|
|
||
|
script:
|
||
|
- make
|