build wxWidgets subproject (but now for real)

This commit is contained in:
odrling 2020-06-13 13:39:40 +02:00
parent 7dab0c6b4d
commit b0dbca2d77
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
image: Visual Studio 2019
environment:
WXWIN: '%APPVEYOR_BUILD_FOLDER%\wxWidgets'
ICUWIN: '%APPVEYOR_BUILD_FOLDER%\icu'
install:
@ -25,6 +24,6 @@ install:
- cmd: chdir %APPVEYOR_BUILD_FOLDER%
build_script:
- cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir
- cmd: meson --backend=ninja --buildtype release -Dicu_path=%ICUWIN% builddir
- cmd: ninja -C builddir