Commit 41a170eb authored by nanahira's avatar nanahira

fix configure libevent timing

parent 5f81f6d5
Pipeline #36820 failed with stages
in 2 minutes and 11 seconds
......@@ -70,7 +70,7 @@ mat_macos:
tags:
- linux
script:
- apt update; apt -y install wget tar
# premake5
- wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-macosx.tar.gz | tar zfx -
- chmod +x premake5
artifacts:
......@@ -82,7 +82,6 @@ mat_windows:
tags:
- linux
script:
- apt update; apt -y install wget tar patch p7zip-full
# premake5.exe
- wget https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-windows.zip
- 7z x -y premake-5.0.0-beta6-windows.zip
......@@ -129,8 +128,6 @@ exec_windows:
AUDIO_LIB: 'miniaudio'
MINIAUDIO_SUPPORT_OPUS_VORBIS: '1'
MINIAUDIO_BUILD_OPUS_VORBIS: '1'
before_script:
- ./.ci/configure-libevent.sh
.exec_linux:
extends: .exec_unix
......@@ -142,6 +139,7 @@ exec_windows:
#- mat_linux
- mat_submodules
script:
- ./.ci/configure-libevent.sh
- premake5 gmake
- cd build
- make config=release -j$(nproc)
......
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