Browse Source

wip travis windows

travis
Stephen Sinclair 7 years ago
parent
commit
3aa3ef9f0a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -46,7 +46,7 @@ matrix:
compiler: gcc
- os: windows
env: API="wasapi"
script: cmake . -G "Visual Studio 15 2017" && echo "msbuild.exe /nologo /p:Configuration=Debug RtAudio.sln" >build.bat && ls && cmd /c build.bat
script: cmake . -G "Visual Studio 15 2017" && echo "msbuild.exe /nologo /p:Configuration=Debug RtAudio.sln" >build.bat && ls && cmd < build.bat
# jack and asound not found on ARM gnueabihf
# - os: linux
# env: HOST="--host=arm-linux-gnueabihf" API="alsa"


Loading…
Cancel
Save