Trigger build added

This commit is contained in:
jpk 2017-08-27 20:16:21 +02:00
parent 285651f594
commit b2916bcfa8
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
# see https://hub.docker.com/_/gcc/
image: gcc
trigger_build:
stage: deploy
script:
- "curl -X POST -F token=-nr2owgsfXRbWXHByiv3 -F ref=REF_NAME https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline"
build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make