From 09b1104d6951a7d0b05bb747edd11fb05b9b6f98 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 13 Jun 2020 13:14:45 +0200 Subject: [PATCH] start building from the right folder --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 997bda60e..f3e28886c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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