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