add encfsctl check to drone build

This commit is contained in:
Valient Gough 2015-06-18 23:59:05 -07:00
parent 6e4e36cfbe
commit d5506e6d4b

View File

@ -1,7 +1,8 @@
image: encfs_worker image: encfs_worker
script: script:
- sh devmode -DCMAKE_INSTALL_PREFIX:PATH=/tmp/cmake - sh devmode -DCMAKE_INSTALL_PREFIX:PATH=/tmp/encfs
- cd build - cd build
- make - make
- make test - make test
- make install - make install
- /tmp/encfs/bin/encfsctl --version