added first draft for gitlab-ci.yml

This commit is contained in:
Marcel M. Otte 2016-03-30 20:36:39 +02:00
parent 0b176a1616
commit 9f90b43442
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
stages:
- build
build:
image: archlinux_gcc53_qt5_cmake
stage: build
script:
- mkdir -p build
- cd build
- cmake ..
- make