This commit is contained in:
odrling 2019-12-29 22:21:24 +01:00
parent 725f69ec3f
commit 85ab191b9f
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ install:
- cmd: set BOOST_ROOT=C:\Libraries\boost_1_71_0
# build wxWidgets
- cmd: chdir %WXWIN%\build\msw
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc14x
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142
- cmd: chdir %APPVEYOR_BUILD_FOLDER%
build_script:
- cmd: meson --backend=ninja -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir
- cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir
- cmd: ninja -C builddir