Add basic ci and separate hw from all target
This commit is contained in:
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user