mirror of
https://github.com/vgough/encfs.git
synced 2024-11-25 01:13:12 +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
|
@ -1,5 +1,7 @@
|
|||||||
# EncFS - an Encrypted Filesystem
|
# EncFS - an Encrypted Filesystem
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/rfjakob/encfs.svg)](https://travis-ci.org/rfjakob/encfs)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
EncFS provides an encrypted filesystem in user-space. It runs in userspace,
|
EncFS provides an encrypted filesystem in user-space. It runs in userspace,
|
||||||
|
Loading…
Reference in New Issue
Block a user