encfs/.travis.yml
Jakob Unterwurzacher d09d344072 Add Travis CI config file and build status icon
At the moment, the icon points to rfjakob's Travis account.
This could/should be changed to vgough.
2014-10-12 19:18:27 +02:00

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