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:
|
build_job:
|
||||||
script:
|
script:
|
||||||
- "make all BOARD=stm32f4-discovery DEBUG=y"
|
- "make all BOARD=stm32f4-discovery"
|
||||||
|
# - "make all BOARD=stm32f4-discovery DEBUG=y"
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
- /^release/.*$/
|
- /^release/.*$/
|
||||||
|
Loading…
Reference in New Issue
Block a user