How very odd, it defaults to clang
This commit is contained in:
@@ -3,20 +3,18 @@ configuration:
|
|||||||
- Release
|
- Release
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x86
|
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cinst wget
|
- cinst wget
|
||||||
- cinst meson
|
- cinst meson
|
||||||
- c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32-setup.exe
|
|
||||||
- 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-w32-setup.exe /silent /sp- /norestart
|
|
||||||
- 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:
|
||||||
- meson build
|
- meson build
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user