forked from litex-hub/litex-conda-packages
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.travis.yml
65 lines (58 loc) · 1.55 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
57
58
59
60
61
62
63
64
65
language: c
#dist: trusty
sudo: false
addons:
apt:
update: true
packages:
- realpath
- build-essential
- texinfo
before_install:
- source $TRAVIS_BUILD_DIR/.travis/common.sh
- bash $TRAVIS_BUILD_DIR/.travis/fixup-git.sh
- source $TRAVIS_BUILD_DIR/.travis/common.sh
install:
- ./.travis/install.sh
env:
- PACKAGE=symbiflow-vtr-gui
- PACKAGE=symbiflow-vtr
- PACKAGE=libusb
- PACKAGE=symbiflow-yosys LIBFFI_VERSION=3.2.1
- PACKAGE=symbiflow-yosys LIBFFI_VERSION=3.3
- PACKAGE=antmicro-yosys
- PACKAGE=capnproto
- PACKAGE=capnproto-java
- PACKAGE=nextpnr-ice40
- PACKAGE=nextpnr-xilinx KEEP_ALIVE=true USE_PYPY=1
- PACKAGE=openocd
- PACKAGE=prjxray-tools
- PACKAGE=prjxray-db
# XXX riscv32 toolchain: disabled as fails to build
# PACKAGE=riscv32/binutils
# verilog tools
- PACKAGE=icestorm
- PACKAGE=iverilog
- PACKAGE=verilator
- PACKAGE=netlistsvg
# SystemVerilog tools
- PACKAGE=zachjs-sv2v
- PACKAGE=odin_II
- PACKAGE=tree-sitter-verilog
- PACKAGE=slang USE_SYSTEM_GCC_VERSION="8"
- PACKAGE=moore
- PACKAGE=surelog
- PACKAGE=sv-parser
- PACKAGE=verible USE_SYSTEM_GCC_VERSION="8"
- PACKAGE=uhdm-integration USE_SYSTEM_GCC_VERSION="9"
# protocol analyzers
- PACKAGE=sigrok-cli
- PACKAGE=symbiflow-yosys-plugins
# metapackages
- PACKAGE=symbiflow-toolchain-xray
script:
- bash $TRAVIS_BUILD_DIR/.travis/script.sh
after_failure:
- bash $TRAVIS_BUILD_DIR/.travis/after_failure.sh
after_success:
- bash $TRAVIS_BUILD_DIR/.travis/after_success.sh