diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6179054 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,18 @@ +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