ci build jobs changed

This commit is contained in:
tkl 2016-07-26 22:35:44 +02:00
parent abeed36333
commit e4ec7adce6

View File

@ -17,14 +17,13 @@ before_script:
stages:
- check
- build
# - test
- test
# - deploy
build_job:
script:
- "cd source"
- "make build APP=test BOARD=stm32f4-discovery"
- "make build APP=example_semaphore BOARD=stm32f4-discovery"
stage: build
except:
- /^release/.*$/
@ -33,12 +32,13 @@ check_job:
script:
- "cd source"
- "make check APP=test BOARD=stm32f4-discovery"
- "make check APP=example_semaphore BOARD=stm32f4-discovery"
stage: check
#test_job:
# script: "echo test stage"
# stage: test
test_job:
script:
- "cd source"
- "make install APP=test BOARD=stm32f4-discovery"
stage: test
#int_release_job:
# script: