Testing CI #1

This commit is contained in:
jpk 2017-08-28 19:32:37 +02:00
parent 177a6bc196
commit 32c155300b
1 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@ stages:
build:
stage: build
tags:
- master
before_script:
- apt update && apt -y install libreadline-dev cmake
script:
@ -22,5 +20,3 @@ build:
cache:
paths:
- "*.o"
only:
- tags