Build the CS again.

Maybe this will work now the cache isn't trash
pull/579/head
AnyOldName3 5 years ago
parent ef451fa266
commit 22c5c7a96e

@ -66,7 +66,7 @@ MacOS:
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V -N
- cd MSVC2019_64_Ninja
- .\ActivateMSVC.ps1
- cmake --build . --config $config --target openmw openmw-launcher openmw-wizard openmw-iniimporter
- cmake --build . --config $config
- cd $config
- |
if (Get-ChildItem -Recurse *.pdb) {
@ -129,7 +129,7 @@ Windows_Ninja_RelWithDebInfo:
- echo "started by ${GITLAB_USER_NAME}"
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V
- cd MSVC2019_64
- cmake --build . --config $config --target openmw openmw-launcher openmw-wizard openmw-iniimporter
- cmake --build . --config $config
- cd $config
- |
if (Get-ChildItem -Recurse *.pdb) {

Loading…
Cancel
Save