image: ubuntu:bionic build: stage: build before_script: - apt update && apt -y install make cmake gcc script: - mkdir cmake-build && cd cmake-build && cmake .. && make