Browse Source

wip travis windows

travis
Stephen Sinclair 6 years ago
parent
commit
c3f6b4ec9a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View 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"


Loading…
Cancel
Save