diff --git a/.travis.yml b/.travis.yml index 838f834..55c9dee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"