mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 18:45:35 +00:00
Run linux based only CI jobs
This commit is contained in:
parent
25c1e6abee
commit
5b94e5b3b5
1 changed files with 3 additions and 3 deletions
|
@ -496,7 +496,7 @@ Ubuntu_GCC_integration_tests_asan:
|
||||||
- build/OpenMW-*.dmg
|
- build/OpenMW-*.dmg
|
||||||
- "build/**/*.log"
|
- "build/**/*.log"
|
||||||
|
|
||||||
macOS12_Xcode14_amd64:
|
.macOS12_Xcode14_amd64:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-12-xcode-14
|
image: macos-12-xcode-14
|
||||||
tags:
|
tags:
|
||||||
|
@ -507,7 +507,7 @@ macOS12_Xcode14_amd64:
|
||||||
CCACHE_SIZE: 3G
|
CCACHE_SIZE: 3G
|
||||||
MACOS_AMD64: 1
|
MACOS_AMD64: 1
|
||||||
|
|
||||||
macOS13_Xcode14_arm64:
|
.macOS13_Xcode14_arm64:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-12-xcode-14
|
image: macos-12-xcode-14
|
||||||
tags:
|
tags:
|
||||||
|
@ -722,7 +722,7 @@ macOS13_Xcode14_arm64:
|
||||||
variables:
|
variables:
|
||||||
config: "Debug"
|
config: "Debug"
|
||||||
|
|
||||||
Windows_MSBuild_RelWithDebInfo:
|
.Windows_MSBuild_RelWithDebInfo:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue