forked from zehome/MLVPN
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.travis.yml
39 lines (39 loc) · 1.13 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: c
os: linux
sudo: required
dist: trusty
compiler:
- gcc
- clang
branches:
only:
- master
- debian-unstable
- coverity_scan
before_install:
- wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz -O libsodium.tar.gz && tar xzf libsodium.tar.gz && cd libsodium-* && ./autogen.sh && ./configure --prefix=$HOME/libsodium && make check && make install
script:
- export PATH=$PATH:$HOME/libsodium
- ./autogen.sh && ./configure --prefix=$HOME/build_mlvpn && make V=1 && make install
cache:
directories:
- $HOME/libsodium
env:
global:
- secure: "Noxed1PEztsf6kRoFy17lmrsDW75SM6NK3lkHQ8yeyYvDtF3vzHXJ4TAgpcDA1RLuzOLvSjnkuucjWb8YLoisW3qs31h26qeZzN+PbeaMYFmtmkZJOiPorbtHYA47pB2xfdujoi1kSne/fHFXY0Jybj2DcUbYUS+9plnZ+4pV2w="
addons:
apt:
packages:
- libev-dev
- automake
- autoconf
- libtool
- pkg-config
coverity_scan:
project:
name: "zehome/MLVPN"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "./autogen.sh && ./configure && make clean"
build_command: "make"
branch_pattern: coverity_scan