build as release - debug not working because of missing os lib

This commit is contained in:
tkl 2016-08-21 13:16:45 +02:00
parent 5049ab2e94
commit 0eb6a99c71

View File

@ -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/.*$/