--- kind: pipeline type: docker name: default steps: - name: cmake image: ghcr.io/rikorose/gcc-cmake commands: - mkdir build && cd build - cmake ..