GITLAB: ci config - looks like testing needs a commit for each change...

master
mgerhardy 2016-05-05 20:13:57 +02:00
parent b403a66ca8
commit a103c3d73c
1 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
build:
services:
- postgres:latest
script:
- mkdir build/
- cd build
- cmake -D CMAKE_BUILD_TYPE=Debug ..
- make