forked from mithro/HDMI2USB-litex-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
53 lines (45 loc) · 943 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
sudo: required
language:
- c
compiler:
- gcc
sudo: false
addons:
apt:
packages:
- build-essential
- fxload
- gnupg
- libftdi-dev
- libreadline-dev
- libusb-1.0-0-dev
- python-yaml
- realpath
env:
matrix:
- BOARD=atlys TARGET=base
- BOARD=atlys TARGET=video
- BOARD=atlys TARGET=hdmi2usb
- BOARD=atlys TARGET=hdmi2eth
- BOARD=opsis TARGET=base
- BOARD=opsis TARGET=video
- BOARD=opsis TARGET=hdmi2usb
- BOARD=pipistrello TARGET=base
- BOARD=minispartan6 TARGET=base
- BOARD=minispartan6 TARGET=video
matrix:
allow_failures:
- env: BOARD=atlys TARGET=hdmi2eth
fast_finish: true
install:
- $PWD/.travis/setup.sh
script:
- $PWD/.travis/run.sh
notifications:
email:
irc:
channels:
- "chat.freenode.net#hdmi2usb"
template:
- "[%{repository_slug}/%{branch}#%{build_number}] (%{commit}): %{message} (%{build_url})"