mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
.
This commit is contained in:
parent
debe17cb2c
commit
3b9b9c1443
@ -8,7 +8,7 @@ install:
|
|||||||
# Set paths to dependencies (based on architecture)
|
# Set paths to dependencies (based on architecture)
|
||||||
- cmd: set PYTHON_ROOT=C:\python37-x64
|
- cmd: set PYTHON_ROOT=C:\python37-x64
|
||||||
# Add necessary paths to PATH variable
|
# Add necessary paths to PATH variable
|
||||||
- cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;C:\Local\bin;%PATH%
|
- cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%
|
||||||
# Install meson and ninja
|
# Install meson and ninja
|
||||||
- cmd: pip install ninja meson
|
- cmd: pip install ninja meson
|
||||||
# download wxWidgets
|
# download wxWidgets
|
||||||
@ -27,9 +27,8 @@ install:
|
|||||||
# build wxWidgets
|
# build wxWidgets
|
||||||
- cmd: chdir %WXWIN%\build\msw
|
- cmd: chdir %WXWIN%\build\msw
|
||||||
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=1
|
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=1
|
||||||
|
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=1 UNICODE=0
|
||||||
- cmd: chdir %APPVEYOR_BUILD_FOLDER%
|
- cmd: chdir %APPVEYOR_BUILD_FOLDER%
|
||||||
- cmd: mkdir C:\Local\bin
|
|
||||||
- cmd: curl -o C:\Local\bin\wx-config.exe https://hikari.butaishoujo.moe/b/9a752830/wx-config.exe
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir
|
- cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user