mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
57ff0e2fe8
git-subtree-dir: vendor/github.com/leethomason/tinyxml2 git-subtree-split: 02d2764fd794422c6d3c86cebe1c892e5a592d23
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
|