forked from bliksemlabs/rrrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (28 loc) · 899 Bytes
/
.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
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update >/dev/null
- sudo apt-get -q install check libprotobuf-c0-dev protobuf-c-compiler
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make
- ctest
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: "sInCQux5fHnN+3Ai4t1SaKjarjbw7trh52lP2SzJz/Oja/nD6vLbPpEV0sdkavQzT98DXaVOYnhagmXmXEK6xnbh6R1+Rl0x0LRWxbALBQf+vM6QbX9PWwIF42RgwNdI5d/9WupyGazPi7l5TU9My1uocvxtFcFs32pPhQ0lqmk="
addons:
coverity_scan:
project:
name: "bliksemlabs/rrrr"
description: "RRRR rapid real-time routing"
notification_email: [email protected]
build_command_prepend: "rm -r build; mkdir build; cd build ; cmake .."
build_command: "make"
branch_pattern: ansi