From 20859bbc50341745b3be00ef8995d1f9d698bd8b Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 12 Jul 2020 13:55:45 +0100 Subject: [PATCH] Revert "Build the CS again." There wasn't enough time. This reverts commit 22c5c7a96e7f158c0d9feb45bd671f5bdc1ffe05. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f88029ce7c..258963a2fe 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 + - cmake --build . --config $config --target openmw openmw-launcher openmw-wizard openmw-iniimporter - 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 + - cmake --build . --config $config --target openmw openmw-launcher openmw-wizard openmw-iniimporter - cd $config - | if (Get-ChildItem -Recurse *.pdb) {