Update .gitlab-ci.yml
This commit is contained in:
parent
671fd1c7be
commit
56ff8d3c09
@ -18,12 +18,14 @@ build_job:
|
|||||||
- "make all BOARD=stm32f4-discovery"
|
- "make all BOARD=stm32f4-discovery"
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- /^release/.*$/
|
- tags
|
||||||
|
|
||||||
check_job:
|
check_job:
|
||||||
script:
|
script:
|
||||||
- "make check BOARD=stm32f4-discovery"
|
- "make check BOARD=stm32f4-discovery"
|
||||||
stage: check
|
stage: check
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
|
||||||
deploy_job:
|
deploy_job:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user