19 lines
275 B
YAML
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
|