Update .gitlab-ci.yml

This commit is contained in:
tkl 2016-08-10 16:35:53 +00:00
parent 671fd1c7be
commit 56ff8d3c09

View File

@ -18,12 +18,14 @@ build_job:
- "make all BOARD=stm32f4-discovery"
stage: build
except:
- /^release/.*$/
- tags
check_job:
script:
- "make check BOARD=stm32f4-discovery"
stage: check
except:
- tags
deploy_job:
stage: deploy