1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-29 22:38:27 +00:00

Update .gitlab-ci.yml

This commit is contained in:
psi29a 2021-09-16 21:59:46 +00:00 committed by Bret Curtis
parent 887e9a1e17
commit aafcc95a3f

View file

@ -375,10 +375,10 @@ variables: &tests-targets
- $time = (Get-Date -Format "HH:mm:ss")
- echo ${time}
- echo "started by ${GITLAB_USER_NAME}"
- export CCACHE_BASEDIR="`pwd`"
- export CCACHE_DIR="`pwd`/ccache"
- mkdir -pv "$CCACHE_DIR"
- ccache -z -M "${CCACHE_SIZE}"
- $env:CCACHE_BASEDIR = Get-Location
- $env:CCACHE_DIR = "$(Get-Location)\ccache"
- New-Item -Type Directory -Force -Path $env:CCACHE_DIR
- ccache -z -M $CCACHE_SIZE
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V -N -b -t -f
- cd MSVC2019_64_Ninja
- .\ActivateMSVC.ps1