Skip to content
Snippets Groups Projects
Verified Commit 2a841b43 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use optional dependency on synapse image

parent 9c2b1f6b
No related branches found
No related tags found
No related merge requests found
Pipeline #1285 failed
......@@ -99,12 +99,18 @@ build linux amd64:
COVERAGE: "ON"
after_script:
- ./.ci/coverage.sh && bash <(curl -s https://codecov.io/bash) -f build/coverage.info || echo "Codecov failed"
needs:
- job: "build synapse amd64"
optional: true
build linux arm64:
extends: .build-linux
tags: [docker-arm64]
variables:
M_ARCH: aarch64
needs:
- job: "build synapse arm64"
optional: true
build-macos:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment