mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
start building from the right folder
This commit is contained in:
parent
135178f493
commit
09b1104d69
@ -14,6 +14,7 @@ install:
|
||||
- cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64'
|
||||
# Install meson and ninja
|
||||
- cmd: pip install meson
|
||||
- cmd: chdir %APPVEYOR_BUILD_FOLDER%
|
||||
- cmd: curl -LO https://github.com/ninja-build/ninja/releases/download/v1.10.0/ninja-win.zip
|
||||
- cmd: unzip ninja-win.zip
|
||||
# Download ICU
|
||||
@ -21,6 +22,7 @@ install:
|
||||
- cmd: chdir %ICUWIN%
|
||||
- cmd: curl -L -o icu.zip https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-Win64-MSVC2017.zip
|
||||
- cmd: 7z x icu.zip
|
||||
- cmd: chdir %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
build_script:
|
||||
- cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir
|
||||
|
Loading…
x
Reference in New Issue
Block a user