mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
13 lines
216 B
YAML
13 lines
216 B
YAML
language: cpp
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq autopoint libfuse-dev libboost-serialization-dev
|
|
librlog-dev
|
|
|
|
script:
|
|
- autoreconf -if
|
|
- ./configure
|
|
- make
|
|
- ./encfs/test
|