also fixed tag name 3nd

This commit is contained in:
Marcel M. Otte 2016-06-02 18:03:23 +02:00
parent aea0ebba87
commit a5ac7be0e9
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ stages:
- build - build
build-c: build-c:
image: archlinux_gcc5.3_qt5 image: archlinux_gcc_qt5
stage: build stage: build
script: script:
- cd c; make - cd c; make
@ -14,7 +14,7 @@ build-c:
build-cpp: build-cpp:
image: archlinux_gcc5.3_qt5 image: archlinux_gcc5.3_qt5
stage: build stage: build
script: script:
- cd cpp; mkdir build; cd build - cd cpp; mkdir build; cd build
- cmake .. - cmake ..
- make - make