Let's try this approach
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
image:
|
||||||
|
- Visual Studio 2019
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
@@ -11,10 +14,7 @@ install:
|
|||||||
- c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe
|
- c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe
|
||||||
- ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
|
- ps: .\libsndfile-1.0.28-w64-setup.exe /silent /sp- /norestart
|
||||||
|
|
||||||
environment:
|
|
||||||
CC: cl
|
|
||||||
CXX: cl
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
- meson build
|
- meson build
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
|
|||||||
Reference in New Issue
Block a user