Skip to content
Snippets Groups Projects
Verified Commit 05ae587f authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

cicd: fix cicd

parent f83c023d
No related branches found
No related tags found
2 merge requests!2QDS-10800 Separate Android and WebAssembly repos,!1QDS-10800 Separate Android and WebAssemly repos
Pipeline #61867 failed
# QDS_CI_BUILD_QT_VERSION_ANDROID and QDS_CI_BUILD_QT_VERSION_WASM are the tags for the docker images.
# https://git.qt.io/design-studio/maintenance/docker-images/container_registry
.build-base:
rules:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web"
build-wasm-multiarch:
stage: build
extends: .build-base
tags:
- linux-blade
rules:
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web"
- if: $QDS_CI_QT_VERSION == "643" && $QDS_CI_JOB_TARGET_ARCH == "32"
- if: $QDS_CI_QT_VERSION != "643" && $QDS_CI_JOB_TARGET_ARCH == "singlethread"
- if: $QDS_CI_QT_VERSION != "643" && $QDS_CI_JOB_TARGET_ARCH == "multithread"
......
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