-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
35 lines (29 loc) · 958 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
35
language: c
notifications:
irc:
channels:
- "chat.freenode.net#snowcap"
on_success: change
use_notice: true
skip_join: true
branches:
only:
- master
env:
global:
# COVERITY_SCAN_TOKEN
- secure: "LV/xnOSrnzRNhYMcEUNC0Z+yaOw64iEpyNJ1Y5Ga7RxH458APFznhs/BKhZCuLpmGJapvTwkjYdWEG5iKIu7woTy5CQuziIu3C3G7bstlUQkA+PEkERVJFbBV3FpDNWow7YumdE1USIw+8MzpA0ofOKtL2ihGQju1rPCYlg5BlA="
addons:
coverity_scan:
project:
name: "snowcap-electronics/control-board"
description: "MCU firmware"
notification_email: [email protected]
build_command_prepend: cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template
build_command: ./compile-all-test.sh store
branch_pattern: master
before_script:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded > /dev/null 2>&1
- sudo apt-get update -q
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
script: ./compile-all-test.sh store