forked from timvideos/HDMI2USB-litex-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
56 lines (49 loc) · 1.08 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
47
48
49
50
51
52
53
54
55
56
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:
global:
- HDMI2USB_UDEV_IGNORE=1
- CLEAN_CHECK=1
matrix:
# - PLATFORM=arty
- PLATFORM=atlys SKIP_TARGETS="hdmi2usb\|video.*"
- PLATFORM=atlys TARGET=video
- PLATFORM=atlys TARGET=hdmi2usb
- PLATFORM=minispartan6
# - PLATFORM=netv2
# - PLATFORM=nexys_video
# - PLATFORM=pipistrello
- PLATFORM=opsis SKIP_TARGETS="hdmi2usb\|video.*"
- PLATFORM=opsis TARGET=video
- PLATFORM=opsis TARGET=hdmi2usb
# - PLATFORM=sim
# Test multiple CPU archs on the mimasv2
- CPU=lm32 PLATFORM=mimasv2
- CPU=or1k PLATFORM=mimasv2 SKIP_TARGETS="memtest"
install:
- $PWD/.travis/setup.sh
script:
- $PWD/.travis/build.sh
notifications:
email:
- hdmi2usb-spam@googlegroups.com
irc:
channels:
- "chat.freenode.net#hdmi2usb"
template:
- "[%{repository_slug}/%{branch}#%{build_number}] (%{commit}): %{message} (%{build_url})"