generation of git info added
This commit is contained in:
parent
07c2048db9
commit
59bd203274
@ -22,19 +22,20 @@ stages:
|
||||
|
||||
build_job:
|
||||
script:
|
||||
- "make all APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||
- "make all BOARD=stm32f4-discovery DEBUG=y"
|
||||
stage: build
|
||||
except:
|
||||
- /^release/.*$/
|
||||
|
||||
check_job:
|
||||
script:
|
||||
- "make check APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||
- "make check BOARD=stm32f4-discovery DEBUG=y"
|
||||
stage: check
|
||||
|
||||
test_job:
|
||||
script:
|
||||
- "make install APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||
- "python source/scripts/get_history.py"
|
||||
- "make install BOARD=stm32f4-discovery DEBUG=y"
|
||||
stage: test
|
||||
|
||||
#int_release_job:
|
||||
|
Loading…
Reference in New Issue
Block a user