mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 20:09:41 +00:00
Revert "Make build succeed so cache is kept"
This reverts commit 53be725df2
.
It was only needed for CI reasons.
This commit is contained in:
parent
53be725df2
commit
bf69f90f80
1 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ Windows_Ninja_RelWithDebInfo:
|
|||
- echo ${time}
|
||||
- echo "started by ${GITLAB_USER_NAME}"
|
||||
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V -N
|
||||
- exit 0
|
||||
- cd MSVC2019_64_Ninja
|
||||
- .\ActivateMSVC.ps1
|
||||
- cmake --build . --config $config
|
||||
|
@ -108,7 +107,6 @@ Windows_MSBuild_RelWithDebInfo:
|
|||
- echo ${time}
|
||||
- echo "started by ${GITLAB_USER_NAME}"
|
||||
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V
|
||||
- exit 0
|
||||
- cd MSVC2019_64
|
||||
- cmake --build . --config $config
|
||||
- cd $config
|
||||
|
|
Loading…
Reference in a new issue