Files
artix_pcie/.gitlab-ci.yml
Byron Lathi 402dd54887 Add CI
2025-01-26 17:59:10 -08:00

19 lines
275 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
build_fpga:
needs: []
stage: build
tags:
- linux
script:
- source init_env.sh
- build_fpga artix_pcie.yaml
artifacts:
when: always
paths:
- nonprojectflow/artix_pcie.bit