f4pga-examples/.travis.yml
Karol Gugala 51eda76e61 Add QL tutorial tests
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2020-06-10 00:01:25 +02:00

30 lines
620 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 -
- #
script:
- tuttest README.md unnamed2 | bash -