--- kind: pipeline type: docker name: Compile platform: arch: amd64 steps: - name: Prepare Repo image: alpine/git commands: - git submodule update --init --recursive - name: Compile gmqcc image: alpine commands: - chmod +x ci-dependencies.sh - ./ci-dependencies.sh - cd gmqcc - make - name: Compile specialsauce image: alpine - chmod +x ci-dependencies.sh build.sh - ./ci-dependencies.sh - ./build.sh # RELEASE TBD trigger: event: - tag