1
0
Fork 1
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:
AnyOldName3 2020-06-27 03:28:42 +01:00
parent 53be725df2
commit bf69f90f80

View file

@ -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