-
Notifications
You must be signed in to change notification settings - Fork 10
/
.travis.yml
33 lines (28 loc) · 1.46 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
language: c
compiler:
- gcc
- clang
install:
- sudo apt-get update
- sudo apt-get -qq install valgrind
script:
- ./build.sh
- valgrind --leak-check=full --show-reachable=yes bin/reader_network64 bin/conf/066test_filter.conf
- valgrind --leak-check=full --show-reachable=yes bin/reader_network64 bin/conf/068test_bds30.conf
- valgrind --leak-check=full --show-reachable=yes bin/reader_rrd364 -s bin/datos/068test_rrd3.gps --do-delays --do-bds30 --do-caps --stdout -r centro
- valgrind --leak-check=full --show-reachable=yes bin/reader_rrd364 -s bin/datos/068test_bds30.gps --do-delays --do-bds30 --do-caps --stdout -r centro
- valgrind --leak-check=full --show-reachable=yes bin/cleanast64 bin/datos/local.gps bin/datos/local.ast 2200 0 10
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: "klrX5K7+mDSa4Z9KHS4vhi9WaZ7ly2qwDq5VVs5d1rwGh1QGOKLhWorpECzeIif3++tT144lvIa/c/li6rAmB8N8A1JPI/nxwKg5AMX1FJLH8SSysAGzTK4p2KXZyq3f/ol6ZThKgqhYm3UL+126MYTggFEZYC4ZCId47jU7rLo="
addons:
coverity_scan:
project:
name: "ifsnop/reader_network"
description: "A package of utilities to record and work with multicast radar data in ASTERIX format. (radar as in air navigation surveillance)"
notification_email: [email protected]
build_command_prepend:
build_command: ./build.sh
branch_pattern: master