ci ad debug
This commit is contained in:
parent
ccc25a3c9f
commit
7414c6a3e2
@ -23,7 +23,7 @@ stages:
|
||||
build_job:
|
||||
script:
|
||||
- "cd source"
|
||||
- "make all APP=test BOARD=stm32f4-discovery"
|
||||
- "make all APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||
stage: build
|
||||
except:
|
||||
- /^release/.*$/
|
||||
@ -31,13 +31,13 @@ build_job:
|
||||
check_job:
|
||||
script:
|
||||
- "cd source"
|
||||
- "make check APP=test BOARD=stm32f4-discovery"
|
||||
- "make check APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||
stage: check
|
||||
|
||||
test_job:
|
||||
script:
|
||||
- "cd source"
|
||||
- "make install APP=test BOARD=stm32f4-discovery"
|
||||
- "make install APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||
stage: test
|
||||
|
||||
#int_release_job:
|
||||
|
Loading…
Reference in New Issue
Block a user