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