Update .gitlab-ci.yml

This commit is contained in:
jpk 2017-08-28 12:00:53 +02:00
parent ef428e0f2a
commit 70f47fd2b5
1 changed files with 5 additions and 4 deletions

View File

@ -4,13 +4,14 @@
# see https://hub.docker.com/_/gcc/
image: gcc
trigger_build:
stage: deploy
script:
- "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline"
#trigger_build:
# stage: deploy
# script:
# - "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline"
build:
stage: build
tags: gcc
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script: