wip travis windows travis
authorStephen Sinclair <radarsat1@gmail.com>
Tue, 30 Oct 2018 15:31:06 +0000 (16:31 +0100)
committerStephen Sinclair <radarsat1@gmail.com>
Tue, 30 Oct 2018 15:31:06 +0000 (16:31 +0100)
.travis.yml

index b02b77cb7606582f9625d0f9550801d9403b6f9c..d43f970eee22dcf04edb3386e03891e129f8aed7 100644 (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 && grep exe CMakeCache.txt && '/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/MSBuild/15.0/Bin/MSBuild.exe' /nologo /p:Configuration=Debug RtAudio.sln
+    script: cmake . -G "Visual Studio 15 2017" && cmake --build . --target ALL_BUILD
   # jack and asound not found on ARM gnueabihf
   # - os: linux
   #   env: HOST="--host=arm-linux-gnueabihf" API="alsa"