kind: pipeline type: docker name: default steps: - name: build image: alpine commands: - mkdir build - cd build - cmake .. - make steps: - name: test image: alpine commands: - mkdir build - cd build - cmake .. - make - ./testbin