mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Revert "Revert "Build the CS again.""
Maybe the reduced cache makes it fit.
This reverts commit 20859bbc50
.
This commit is contained in:
parent
7676a36b32
commit
0d1fb31358
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue