mirror of
https://github.com/vgough/encfs.git
synced 2024-11-24 17:03:13 +01:00
d09d344072
At the moment, the icon points to rfjakob's Travis account. This could/should be changed to vgough.
12 lines
190 B
YAML
12 lines
190 B
YAML
language: cpp
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq autopoint libfuse-dev libboost-all-dev
|
|
librlog-dev
|
|
|
|
script:
|
|
- autoreconf -if
|
|
- ./configure
|
|
- make
|