mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
319f7b4525
circleci does not support fuse. Just run checkops.
15 lines
298 B
YAML
15 lines
298 B
YAML
machine:
|
|
timezone:
|
|
America/Los_Angeles
|
|
|
|
dependencies:
|
|
pre:
|
|
- sudo apt-get install cmake libfuse-dev libgettextpo-dev
|
|
- bash ./ci/install-gcc.sh
|
|
|
|
test:
|
|
override:
|
|
- bash ./ci/config.sh
|
|
- cd build && make && ./checkops && make install
|
|
- /tmp/encfs/bin/encfsctl --version
|