wip travis windows
authorStephen Sinclair <radarsat1@gmail.com>
Tue, 30 Oct 2018 12:34:46 +0000 (13:34 +0100)
committerStephen Sinclair <radarsat1@gmail.com>
Tue, 30 Oct 2018 12:34:46 +0000 (13:34 +0100)
.travis.yml

index 838f834e269c206b52f817ef244fa802f08a6551..55c9deeebc61a0e2acfce09cc50d36a9f3184818 100644 (file)
@@ -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"