eedb/.gitlab-ci.yml
Bartosz Wieczorek 15a464aeb6 CHANGE IMAGE
2018-06-12 08:51:26 +02:00

14 lines
199 B
YAML

stages:
- build
Build:
stage: build
image: eedb_buildsystem:latest
tags:
- c++
script:
- mkdir build -p; cd build
- cmake -DCMAKE_BUILD_TYPE=Release ../
- cmake --build .