mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 13:56:34 +00:00
See how much we can get out of GitLab's generosity
This commit is contained in:
parent
d602e9ff7a
commit
e3f503339d
1 changed files with 6 additions and 9 deletions
|
@ -26,7 +26,7 @@ variables:
|
||||||
|
|
||||||
.Ubuntu_Image:
|
.Ubuntu_Image:
|
||||||
tags:
|
tags:
|
||||||
- saas-linux-medium-amd64
|
- saas-linux-2xlarge-amd64
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
@ -93,7 +93,7 @@ Ubuntu_GCC_preprocess:
|
||||||
|
|
||||||
Coverity:
|
Coverity:
|
||||||
tags:
|
tags:
|
||||||
- saas-linux-medium-amd64
|
- saas-linux-2xlarge-amd64
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
rules:
|
||||||
|
@ -501,6 +501,9 @@ Ubuntu_GCC_integration_tests_asan:
|
||||||
|
|
||||||
.MacOS:
|
.MacOS:
|
||||||
stage: build
|
stage: build
|
||||||
|
image: macos-14-xcode-15
|
||||||
|
tags:
|
||||||
|
- saas-macos-large-m2pro
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PROJECT_ID == "7107382"
|
- if: $CI_PROJECT_ID == "7107382"
|
||||||
cache:
|
cache:
|
||||||
|
@ -537,9 +540,6 @@ Ubuntu_GCC_integration_tests_asan:
|
||||||
|
|
||||||
macOS14_Xcode15_amd64:
|
macOS14_Xcode15_amd64:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-14-xcode-15
|
|
||||||
tags:
|
|
||||||
- saas-macos-medium-m1
|
|
||||||
cache:
|
cache:
|
||||||
key: macOS14_Xcode15_amd64.v2
|
key: macOS14_Xcode15_amd64.v2
|
||||||
variables:
|
variables:
|
||||||
|
@ -549,9 +549,6 @@ macOS14_Xcode15_amd64:
|
||||||
|
|
||||||
macOS14_Xcode15_arm64:
|
macOS14_Xcode15_arm64:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-14-xcode-15
|
|
||||||
tags:
|
|
||||||
- saas-macos-medium-m1
|
|
||||||
cache:
|
cache:
|
||||||
key: macOS14_Xcode15_arm64.v1
|
key: macOS14_Xcode15_arm64.v1
|
||||||
variables:
|
variables:
|
||||||
|
@ -915,7 +912,7 @@ Windows_MSBuild_CacheInit:
|
||||||
|
|
||||||
.Ubuntu_AndroidNDK_arm64-v8a:
|
.Ubuntu_AndroidNDK_arm64-v8a:
|
||||||
tags:
|
tags:
|
||||||
- saas-linux-medium-amd64
|
- saas-linux-2xlarge-amd64
|
||||||
image: psi29a/android-ndk:focal-ndk22
|
image: psi29a/android-ndk:focal-ndk22
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
|
Loading…
Reference in a new issue