Update .gitlab-ci.yml

This commit is contained in:
jpk 2017-08-28 12:06:25 +02:00
parent 66c86d381e
commit 2218e7df28
1 changed files with 7 additions and 13 deletions

View File

@ -4,10 +4,8 @@
# 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"
stages:
- build
build:
stage: build
@ -23,12 +21,8 @@ build:
paths:
- lw12ctl
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:
# - "*.o"
# run tests using the binary built before
#test:
# stage: test
# script:
# - ./runmytests.sh
cache:
paths:
- "*.o"
only:
- tags