ci changed to to level make
This commit is contained in:
parent
0503163afe
commit
4d080bc7ca
@ -22,7 +22,6 @@ stages:
|
|||||||
|
|
||||||
build_job:
|
build_job:
|
||||||
script:
|
script:
|
||||||
- "cd source"
|
|
||||||
- "make all APP=test BOARD=stm32f4-discovery DEBUG=y"
|
- "make all APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||||
stage: build
|
stage: build
|
||||||
except:
|
except:
|
||||||
@ -30,13 +29,11 @@ build_job:
|
|||||||
|
|
||||||
check_job:
|
check_job:
|
||||||
script:
|
script:
|
||||||
- "cd source"
|
|
||||||
- "make check APP=test BOARD=stm32f4-discovery DEBUG=y"
|
- "make check APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||||
stage: check
|
stage: check
|
||||||
|
|
||||||
test_job:
|
test_job:
|
||||||
script:
|
script:
|
||||||
- "cd source"
|
|
||||||
- "make install APP=test BOARD=stm32f4-discovery DEBUG=y"
|
- "make install APP=test BOARD=stm32f4-discovery DEBUG=y"
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user