|
|
@@ -44,6 +44,9 @@ matrix: |
|
|
|
- os: linux |
|
|
|
env: HOST="--host=x86_64-w64-mingw32" API="wasapi" CPPFLAGS="-Wno-unused-function" |
|
|
|
compiler: gcc |
|
|
|
- os: windows |
|
|
|
env: API="wasapi" |
|
|
|
script: cmake . -G "Visual Studio 15 2017" && msbuild /nologo /p:Configuration=Debug |
|
|
|
# jack and asound not found on ARM gnueabihf |
|
|
|
# - os: linux |
|
|
|
# env: HOST="--host=arm-linux-gnueabihf" API="alsa" |
|
|
|