f4pga-examples/.travis.yml

34 lines
686 B
YAML

os: linux
dist: focal
language: c++
env:
global:
- DEBIAN_FRONTEND: noninteractive
addons:
apt:
packages:
- wget
- locales
- python3-pip
before_install:
- sudo locale-gen "en_US.UTF-8"
- export LANG="en_US.UTF-8"
- pip install git+https://github.com/antmicro/tuttest
- tuttest README.md unnamed0 | bash -
jobs:
include:
- stage: SymbiFlow
install:
- tuttest README.md unnamed1 | bash -
script:
- tuttest README.md unnamed3 | bash -
- #
install:
- tuttest README.md unnamed2 | bash -
script:
- tuttest README.md unnamed4 | bash -