forked from acooks/jittertrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (29 loc) · 1.21 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
script: make
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
- sudo apt-get update -qq
- sudo apt-get install gcc-5;
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 20;
- g++ --version;
- sudo apt-get install -qq libnl-3-dev
- sudo apt-get install -qq libnl-route-3-dev
- sudo apt-get install -qq libnl-genl-3-dev
# Runtime dependencies
# - sudo apt-get install -qq libnl-3-200
# - sudo apt-get install -qq libnl-route-3-200
# - sudo apt-get install -qq libnl-genl-3-200
install: true
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# # via the "travis encrypt" command using the project repo's public key
- secure: "UZ124N+xNO6Wccrg03c7/9o+GH0dVp7a1aWaGieaR0Jy3bZzC3BvtkXhABS6uvGQLEvaUHzBGlkGK5d5cK6+kZNlJj7c1FTd7pn+0OaSQbhZsTuYswZ9i//7+nLmo3wjDstRQAkFhRdJiNAvc1gnFVw56U2tTAr6CQxr5ujndPA="
addons:
coverity_scan:
project:
name: "acooks/jittertrap"
description: "JitterTrap is a measurement and impairment tool for developers of latency-sensitive applications and devices."
notification_email: acooks@rationali.st
build_command_prepend: "make clean"
build_command: "make"
branch_pattern: master