diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 15:28:32 +0100 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 15:28:32 +0100 |
| commit | 92165e7ec34c9c34ff23ac618e0169ed93ca63a2 (patch) | |
| tree | 1439477ba4e85850c68a422a3c3c14d5b54b9d0e | |
| parent | dc9c7603bc3464bfa1696d766e2ea70473d281a7 (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 6521d36..ebe57a5 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" && cmd /c "msbuild.exe /nologo /p:Configuration=Debug RtAudio.sln" + 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" |
