build as release - debug not working because of missing os lib
This commit is contained in:
parent
5049ab2e94
commit
0eb6a99c71
@ -22,7 +22,8 @@ stages:
|
||||
|
||||
build_job:
|
||||
script:
|
||||
- "make all BOARD=stm32f4-discovery DEBUG=y"
|
||||
- "make all BOARD=stm32f4-discovery"
|
||||
# - "make all BOARD=stm32f4-discovery DEBUG=y"
|
||||
stage: build
|
||||
except:
|
||||
- /^release/.*$/
|
||||
|
Loading…
Reference in New Issue
Block a user