mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-01 07:13:22 +00:00
Merge branch 'art' into 'master'
Aggressively prune/expire unnecessary artifacts See merge request OpenMW/openmw!1457
This commit is contained in:
commit
2dd780b4a3
@ -50,6 +50,9 @@ Clang_Tidy:
|
|||||||
CXX: clang++
|
CXX: clang++
|
||||||
CI_CLANG_TIDY: 1
|
CI_CLANG_TIDY: 1
|
||||||
timeout: 8h
|
timeout: 8h
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
Coverity:
|
Coverity:
|
||||||
extends: .Debian_Image
|
extends: .Debian_Image
|
||||||
@ -73,6 +76,9 @@ Coverity:
|
|||||||
variables:
|
variables:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CXX: g++
|
CXX: g++
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
Debian_GCC:
|
Debian_GCC:
|
||||||
extends: .Debian
|
extends: .Debian
|
||||||
@ -94,6 +100,9 @@ Debian_GCC_tests:
|
|||||||
variables:
|
variables:
|
||||||
CCACHE_SIZE: 1G
|
CCACHE_SIZE: 1G
|
||||||
BUILD_TESTS_ONLY: 1
|
BUILD_TESTS_ONLY: 1
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
Debian_GCC_tests_Debug:
|
Debian_GCC_tests_Debug:
|
||||||
extends: Debian_GCC
|
extends: Debian_GCC
|
||||||
@ -103,6 +112,9 @@ Debian_GCC_tests_Debug:
|
|||||||
CCACHE_SIZE: 1G
|
CCACHE_SIZE: 1G
|
||||||
BUILD_TESTS_ONLY: 1
|
BUILD_TESTS_ONLY: 1
|
||||||
CMAKE_BUILD_TYPE: Debug
|
CMAKE_BUILD_TYPE: Debug
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
Debian_GCC_Static_Deps:
|
Debian_GCC_Static_Deps:
|
||||||
extends: Debian_GCC
|
extends: Debian_GCC
|
||||||
@ -125,6 +137,9 @@ Debian_GCC_Static_Deps_tests:
|
|||||||
variables:
|
variables:
|
||||||
CCACHE_SIZE: 1G
|
CCACHE_SIZE: 1G
|
||||||
BUILD_TESTS_ONLY: 1
|
BUILD_TESTS_ONLY: 1
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
Debian_Clang:
|
Debian_Clang:
|
||||||
extends: .Debian
|
extends: .Debian
|
||||||
@ -146,6 +161,9 @@ Debian_Clang_tests:
|
|||||||
variables:
|
variables:
|
||||||
CCACHE_SIZE: 1G
|
CCACHE_SIZE: 1G
|
||||||
BUILD_TESTS_ONLY: 1
|
BUILD_TESTS_ONLY: 1
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
Debian_Clang_tests_Debug:
|
Debian_Clang_tests_Debug:
|
||||||
extends: Debian_Clang
|
extends: Debian_Clang
|
||||||
@ -155,6 +173,9 @@ Debian_Clang_tests_Debug:
|
|||||||
CCACHE_SIZE: 1G
|
CCACHE_SIZE: 1G
|
||||||
BUILD_TESTS_ONLY: 1
|
BUILD_TESTS_ONLY: 1
|
||||||
CMAKE_BUILD_TYPE: Debug
|
CMAKE_BUILD_TYPE: Debug
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
.MacOS:
|
.MacOS:
|
||||||
image: macos-11-xcode-12
|
image: macos-11-xcode-12
|
||||||
@ -329,6 +350,9 @@ Windows_Ninja_Tests_RelWithDebInfo:
|
|||||||
config: "RelWithDebInfo"
|
config: "RelWithDebInfo"
|
||||||
# Gitlab can't successfully execute following binaries due to unknown reason
|
# Gitlab can't successfully execute following binaries due to unknown reason
|
||||||
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
.Windows_MSBuild_Base:
|
.Windows_MSBuild_Base:
|
||||||
tags:
|
tags:
|
||||||
@ -453,6 +477,9 @@ Windows_MSBuild_Tests_RelWithDebInfo:
|
|||||||
config: "RelWithDebInfo"
|
config: "RelWithDebInfo"
|
||||||
# Gitlab can't successfully execute following binaries due to unknown reason
|
# Gitlab can't successfully execute following binaries due to unknown reason
|
||||||
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
||||||
|
artifacts:
|
||||||
|
paths: []
|
||||||
|
expire_in: 1 minute
|
||||||
|
|
||||||
Debian_AndroidNDK_arm64-v8a:
|
Debian_AndroidNDK_arm64-v8a:
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user