-
Notifications
You must be signed in to change notification settings - Fork 95
/
.travis.yml
34 lines (34 loc) · 989 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
language: python
matrix:
include:
- env: CONFIG="Trusty,Python3.6,libgnat-4.8,grc-1.11"
os: linux
sudo: required
dist: trusty
python: "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgnat-4.8
- sudo ./tools/Travis-CI/grc.setup.sh
- env: CONFIG="Precise,Python3.6,gnat-5"
os: linux
python: "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgnat-4.8
- wget https://korpus.sk/~garabik/software/grc/grc_1.11.3-1_all.deb
- sudo dpkg -i grc_1.11.3-1_all.deb
# addons:
# apt:
# packages:
# - gnat-5
allow_failures:
- env: CONFIG="Precise,Python3.6,gnat-5"
install:
- pip3 install -r tools/Travis-CI/requirements.txt
before_script:
- ./tools/Travis-CI/ghdl.setup.sh
- ./tools/Travis-CI/poc.setup.sh
script:
- ./tools/Travis-CI/poc.dryrun.sh
- ./tools/Travis-CI/poc.run.sh "PoC.*"