forked from VDrift/vdrift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
46 lines (38 loc) · 1.01 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
40
41
42
43
44
45
46
language: cpp
dist: trusty
sudo: false
compiler:
- gcc
- clang
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: "b26s1x6M4B5y3akDOi6DdWshyzjRkkcum6zhaYfz0kZ03uEYtGkuSk0b/55hrEA31v3Ujkb0XQGdlS/9R3fqt9P+FgHIBIic0rNGici/QZRr3DdLyPUskLSJOkaAtz0BeaXzYMFL9SOwUgJVHBxKsr+vStBzr4qF+w7KeRbGn8g="
git:
submodules: false
cache: apt
script:
- if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then scons; fi
addons:
apt:
packages:
- scons
- libsdl2-dev
- libsdl2-image-dev
- libbullet-dev
- libvorbis-dev
- libcurl4-gnutls-dev
coverity_scan:
project:
name: "VDrift/vdrift"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command: "scons"
branch_pattern: coverity_scan
notifications:
email:
recipients:
on_success: change
on_failure: always