mirror of
https://github.com/vgough/encfs.git
synced 2024-11-29 11:23:52 +01:00
16 lines
126 B
YAML
16 lines
126 B
YAML
|
language: cpp
|
||
|
|
||
|
os:
|
||
|
- linux
|
||
|
- osx
|
||
|
|
||
|
compiler:
|
||
|
- g++
|
||
|
- clang
|
||
|
|
||
|
before_script: cmake .
|
||
|
|
||
|
script:
|
||
|
- make -j3
|
||
|
- make test
|