kind: pipeline type: exec name: default steps: - name: backend commands: - mkdir build - cd build - cmake .. - make - ./test