pipeline: build: image: ubuntu:bionic commands: - apt update - apt -y install make cmake gcc - mkdir cmake-build - cd cmake-build - cmake .. - make