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