diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 15:38:23 +0100 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 15:38:23 +0100 |
| commit | e11fca57187a61a027ac8923ad9feadcf47947c5 (patch) | |
| tree | a571561077ee5cb58a0714818aeebcdebc35af2b | |
| parent | 92165e7ec34c9c34ff23ac618e0169ed93ca63a2 (diff) | |
wip travis windows
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ebe57a5..62b593f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 && build.bat + script: cmake . -G "Visual Studio 15 2017" && echo "msbuild.exe /nologo /p:Configuration=Debug RtAudio.sln" >build.bat && build.bat # jack and asound not found on ARM gnueabihf # - os: linux # env: HOST="--host=arm-linux-gnueabihf" API="alsa" |
