Commit 98ee459c authored by nanahira's avatar nanahira

use old libevent instead of 2.1.12

parent 98fad2e0
Pipeline #38446 failed with stages
in 7 minutes and 45 seconds
......@@ -25,18 +25,23 @@ mat_common:
# event
- wget -O - https://mat-cacher.moenext.com/https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz | tar zfx -
- mv libevent-2.1.12-stable event
# event 2.0.22
- wget -O - https://mat-cacher.moenext.com/https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz | tar zfx -
- mv libevent-2.0.22-stable event-legacy
# irrlicht
- ./.ci/prepare-irrlicht.sh
# miniaudio
#- ./.ci/prepare-miniaudio.sh
# premake
- cp -rf premake/* .;
- cp -rf premake/event/* event-legacy/
artifacts:
paths:
- lua
#- freetype
- sqlite3
- event
- event-legacy
- irrlicht
#- miniaudio
......@@ -127,6 +132,9 @@ exec_windows:
exec_windows_pro3:
extends: .exec_windows
script:
# replace event with event-legacy
- ren event event-new
- ren event-legacy event
- '.\premake5.exe vs2019 --server-pro3-support --log-in-chat'
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\YGOPro.sln /m /p:Configuration=Release /p:Platform=x64'
- mkdir dist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment