increase number build windows if dependency error, and chnage dependencies to test install
This commit is contained in:
parent
5dce89acca
commit
9412aa2c2a
1 changed files with 4 additions and 3 deletions
|
@ -1375,7 +1375,7 @@ Windows client build:
|
|||
- mkdir -p build
|
||||
- cd build
|
||||
- wine cmake.exe -DWITH_RYZOM_CUSTOM_PATCH_SERVER=ON -DWITH_RYZOM_SERVER=OFF -DWITH_RYZOM_TOOLS=OFF -DWITH_RYZOM_CLIENT=ON -DWITH_RYZOM_PATCH=ON -DWITH_NEL_TESTS=OFF -DWITH_NEL_TOOLS=OFF -DWITH_TOOLS=OFF -DWITH_NEL_SAMPLES=OFF -DWITH_LUA53=ON -DWITH_LUA51=OFF -DWITH_STLPORT=OFF -DWITH_DRIVER_DSOUND=ON -G "NMake Makefiles JOM" -DWITH_STATIC=ON -DWITH_STATIC_DRIVERS=ON -DWITH_DRIVER_OPENAL=OFF -DWITH_DRIVER_DSOUND=ON -DWITH_DRIVER_XAUDIO2=ON -DWITH_DRIVER_FMOD=ON -DWITH_DRIVER_DIRECT3D=ON ../code
|
||||
- wine jom.exe || wine jom.exe
|
||||
- wine jom.exe || wine jom.exe || wine jom.exe
|
||||
artifacts:
|
||||
name: "khanat-client-windows-$CI_COMMIT_REF_NAME"
|
||||
paths:
|
||||
|
@ -1417,12 +1417,13 @@ Linux client test:
|
|||
- mac-ci-build
|
||||
tags:
|
||||
- Docker
|
||||
image: ubuntu:18.04
|
||||
image: amd64/debian:10
|
||||
script:
|
||||
# Test de l'installation initiale
|
||||
- ls -l
|
||||
- ./khanat-client-debian_buster-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run
|
||||
dependencies:
|
||||
- Linux client build
|
||||
- Linux client debian_amd64_buster build
|
||||
|
||||
.OSX client test:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue