mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-22 03:11:35 +00:00
Merge branch 'macos-ci-fix' into 'master'
Attempt to fix MacOS beta shared runners. See merge request OpenMW/openmw!745
This commit is contained in:
commit
e350d7d4ff
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ Debian_Clang_tests:
|
||||||
.MacOS:
|
.MacOS:
|
||||||
image: macos-11-xcode-12
|
image: macos-11-xcode-12
|
||||||
tags:
|
tags:
|
||||||
- macos
|
- shared-macos-amd64
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
|
@ -129,7 +129,7 @@ Debian_Clang_tests:
|
||||||
paths:
|
paths:
|
||||||
- ccache/
|
- ccache/
|
||||||
script:
|
script:
|
||||||
- rm -fr build/* # remove anything in the build directory
|
- rm -fr build # remove the build directory
|
||||||
- export CCACHE_BASEDIR="$(pwd)"
|
- export CCACHE_BASEDIR="$(pwd)"
|
||||||
- export CCACHE_DIR="$(pwd)/ccache"
|
- export CCACHE_DIR="$(pwd)/ccache"
|
||||||
- mkdir -pv "${CCACHE_DIR}"
|
- mkdir -pv "${CCACHE_DIR}"
|
||||||
|
|
Loading…
Reference in a new issue