phundrakstl/.gitlab-ci.yml

10 lines
163 B
YAML
Raw Normal View History

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