From dc9c7603bc3464bfa1696d766e2ea70473d281a7 Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Tue, 30 Oct 2018 15:17:53 +0100 Subject: [PATCH] wip travis windows --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f5a736..6521d36 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 /k msbuild.exe /nologo /p:Configuration=Debug RtAudio.sln + script: cmake . -G "Visual Studio 15 2017" && cmd /c "msbuild.exe /nologo /p:Configuration=Debug RtAudio.sln" # jack and asound not found on ARM gnueabihf # - os: linux # env: HOST="--host=arm-linux-gnueabihf" API="alsa"