LO41/.gitlab-ci.yml

8 lines
182 B
YAML
Raw Normal View History

2018-06-11 08:52:58 +00:00
image: ubuntu:artful
build:
stage: build
before_script:
- apt update && apt -y install make cmake gcc
script:
- mkdir cmake-build && cd cmake-build && cmake .. && make