mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:09:43 +00:00
Build the CS again.
Maybe this will work now the cache isn't trash
This commit is contained in:
parent
ef451fa266
commit
22c5c7a96e
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