mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
795b26a633
git-vendor-name: tinyxml2 git-vendor-dir: vendor/github.com/leethomason/tinyxml2 git-vendor-repository: https://github.com/leethomason/tinyxml2.git git-vendor-ref: master
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
|