mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 10:21:11 +00:00
Build fewer targets
Most importantly, skip the CS. This should bring the build time under an hour.
This commit is contained in:
parent
38f1eae575
commit
1bb54a28bc
@ -67,7 +67,7 @@ Windows_Ninja_RelWithDebInfo:
|
|||||||
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V -N
|
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V -N
|
||||||
- cd MSVC2019_64_Ninja
|
- cd MSVC2019_64_Ninja
|
||||||
- .\ActivateMSVC.ps1
|
- .\ActivateMSVC.ps1
|
||||||
- cmake --build . --config $config
|
- cmake --build . --config $config --target openwm openmw-launcher openmw-wizard openmw-iniimporter
|
||||||
- cd $config
|
- cd $config
|
||||||
- |
|
- |
|
||||||
if (Get-ChildItem -Recurse *.pdb) {
|
if (Get-ChildItem -Recurse *.pdb) {
|
||||||
@ -113,7 +113,7 @@ Windows_MSBuild_RelWithDebInfo:
|
|||||||
- echo "started by ${GITLAB_USER_NAME}"
|
- echo "started by ${GITLAB_USER_NAME}"
|
||||||
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V
|
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V
|
||||||
- cd MSVC2019_64
|
- cd MSVC2019_64
|
||||||
- cmake --build . --config $config
|
- cmake --build . --config $config --target openwm openmw-launcher openmw-wizard openmw-iniimporter
|
||||||
- cd $config
|
- cd $config
|
||||||
- |
|
- |
|
||||||
if (Get-ChildItem -Recurse *.pdb) {
|
if (Get-ChildItem -Recurse *.pdb) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user