From 0d1fb31358b02b76835d4df70965bd4c4fd73ca2 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 12 Jul 2020 22:39:24 +0100 Subject: [PATCH] Revert "Revert "Build the CS again."" Maybe the reduced cache makes it fit. This reverts commit 20859bbc50341745b3be00ef8995d1f9d698bd8b. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 313f21d4f..cfb304af7 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) {