mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
Merge pull request #72 from SymbiFlow/drop-old-distros
Drop CentOS 6 and Ubuntu Trusty
This commit is contained in:
commit
e96d7e3419
1 changed files with 1 additions and 5 deletions
|
@ -7,21 +7,17 @@ services:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Testing QuickLogic toolchain on all OSes
|
# Testing QuickLogic toolchain on all OSes
|
||||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=trusty
|
|
||||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=xenial
|
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=xenial
|
||||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=bionic
|
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=bionic
|
||||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=eoan
|
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=eoan
|
||||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=focal
|
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=focal
|
||||||
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=6
|
|
||||||
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=7
|
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=7
|
||||||
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=8
|
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=8
|
||||||
# Testing Xilinx 7 Series toolchain on all OSes
|
# Testing Xilinx 7 Series toolchain on all OSes
|
||||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=trusty
|
|
||||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=xenial
|
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=xenial
|
||||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=bionic
|
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=bionic
|
||||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=eoan
|
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=eoan
|
||||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=focal
|
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=focal
|
||||||
- TOOLCHAIN=xc7 OS=centos OS_VERSION=6
|
|
||||||
- TOOLCHAIN=xc7 OS=centos OS_VERSION=7
|
- TOOLCHAIN=xc7 OS=centos OS_VERSION=7
|
||||||
- TOOLCHAIN=xc7 OS=centos OS_VERSION=8
|
- TOOLCHAIN=xc7 OS=centos OS_VERSION=8
|
||||||
|
|
||||||
|
@ -55,5 +51,5 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run the tests inside the docker container.
|
# Run the tests inside the docker container.
|
||||||
- if [ "$TOOLCHAIN" = "xc7" ]; then EXTRA_TESTS=,xc7-picosoc,xc7-litex,xc7-linux; fi
|
- if [ "$TOOLCHAIN" = "xc7" ]; then EXTRA_TESTS=,xc7-picosoc; fi
|
||||||
- tuttest ${TOOLCHAIN}/README.rst ${TOOLCHAIN}-prepare-env,${TOOLCHAIN}-counter${EXTRA_TESTS} | ${IN_DOCKER_EXEC} "$(cat /dev/stdin)"
|
- tuttest ${TOOLCHAIN}/README.rst ${TOOLCHAIN}-prepare-env,${TOOLCHAIN}-counter${EXTRA_TESTS} | ${IN_DOCKER_EXEC} "$(cat /dev/stdin)"
|
||||||
|
|
Loading…
Reference in a new issue