From 22c5c7a96e7f158c0d9feb45bd671f5bdc1ffe05 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 12 Jul 2020 03:18:56 +0100 Subject: [PATCH] Build the CS again. Maybe this will work now the cache isn't trash --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 258963a2fe..f88029ce7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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) {