mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
51eda76e61
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
30 lines
620 B
YAML
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 -
|
|
|