From 0eb6a99c712460210ac0405662433861c1c9f435 Mon Sep 17 00:00:00 2001 From: tkl Date: Sun, 21 Aug 2016 13:16:45 +0200 Subject: [PATCH] build as release - debug not working because of missing os lib --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c14c86..1db8c4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/.*$/