kind: pipeline name: default steps: - name: build image: einar/kde pull: if-not-exists commands: - mkdir build - cd build - cmake ../ - make build -j2 when: event: - push - name: pack image: einar/kde pull: if-not-exists commands: - mkdir dists - cmake -B dists - make dist -C dists when: event: - tag