-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy path.travis.yml
29 lines (25 loc) · 897 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
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: "akC7tdbmgrfEUf6EWWLwlvv3u9u2WT6/USIj2z8Cn317cM6FEIJA8TSgqbxuvD4hGBanxGzTQ9wcKzVFmW/IBGZEkoWaR1MYgHHyTuW25JQwkUx8Y6+jk1MQ6g5DXRff87TiC2whsfK8y2Yhra7QATAEYCTy0jEe0Vztng249MQ="
language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pkg-config check doxygen
script:
- ./bootstrap
- ./configure
- echo Build using 4 parallel jobs
- make -j4
- make check
- make distcheck
addons:
coverity_scan:
project:
name: "parallella/pal"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "./bootstrap; ./configure; make clean"
build_command: "make -j 4"
branch_pattern: coverity_scan