mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
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.
This commit is contained in:
parent
61dc26fd8b
commit
d09d344072
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user