Add basic ci and separate hw from all target

This commit is contained in:
Byron Lathi
2024-03-02 22:55:39 -08:00
parent 0752220b0e
commit 31b3fdcfc9
2 changed files with 19 additions and 1 deletions

15
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,15 @@
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
build hw:
stage: build
tags:
- efinity
- linux
script:
- source init_env.sh
- make hw