mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
replace travis badge with drone badge from custom drone deployment
This commit is contained in:
parent
772054e7cf
commit
e74fec792f
16
.travis.yml
16
.travis.yml
@ -1,16 +0,0 @@
|
|||||||
language: cpp
|
|
||||||
|
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- sudo apt-get update -qq
|
|
||||||
- sudo apt-get install -qq cmake libfuse-dev libboost-serialization-dev
|
|
||||||
librlog-dev
|
|
||||||
|
|
||||||
script:
|
|
||||||
- sh devmode
|
|
||||||
- cd build
|
|
||||||
- make
|
|
||||||
- ./checkops
|
|
@ -1,6 +1,6 @@
|
|||||||
# EncFS - an Encrypted Filesystem
|
# EncFS - an Encrypted Filesystem
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/vgough/encfs.svg)](https://travis-ci.org/vgough/encfs)
|
[![Build Status](http://104.236.164.205:8080/api/badge/github.com/vgough/encfs/status.svg?branch=cmake)](http://104.236.164.205:8080/github.com/vgough/encfs)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user