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" - "make all BOARD=stm32f4-discovery"
stage: build stage: build
except: except:
- /^release/.*$/ - tags
check_job: check_job:
script: script:
- "make check BOARD=stm32f4-discovery" - "make check BOARD=stm32f4-discovery"
stage: check stage: check
except:
- tags
deploy_job: deploy_job:
stage: deploy stage: deploy