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