kind: pipeline type: docker name: default steps: - name: gnu-linux image: rikorose/gcc-cmake commands: - mkdir build - cd build - cmake .. - make