phundrakstl/.gitlab-ci.yml

10 lines
178 B
YAML
Raw Normal View History

2018-11-02 13:07:27 +00:00
image: rikorose/gcc-cmake:latest
2018-11-02 12:59:59 +00:00
stages:
- build
build:
stage: build
script:
- mkdir -p build bin debug && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j