From 1bb54a28bc5903b27bd8bd8f368d10482b7181ee Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sat, 11 Jul 2020 03:23:15 +0100 Subject: [PATCH] Build fewer targets Most importantly, skip the CS. This should bring the build time under an hour. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d77db4059..0f62bfa37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ Windows_Ninja_RelWithDebInfo: - 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 openwm openmw-launcher openmw-wizard openmw-iniimporter - cd $config - | if (Get-ChildItem -Recurse *.pdb) { @@ -113,7 +113,7 @@ Windows_MSBuild_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 openwm openmw-launcher openmw-wizard openmw-iniimporter - cd $config - | if (Get-ChildItem -Recurse *.pdb) {