mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
15 lines
297 B
YAML
15 lines
297 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 && make test && make install
|
|
- /tmp/encfs/bin/encfsctl --version
|