From 402dd54887576019a9578103aa5d133a2f7eb459 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sun, 26 Jan 2025 17:59:10 -0800 Subject: [PATCH] Add CI --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitlab-ci.yml 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