diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 16:31:06 +0100 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 16:31:06 +0100 |
| commit | fd215c0cedb3586869f66be5b7f16aa2600f69dd (patch) | |
| tree | dc29b9990c55c35076c7d91250b5d7e178bb5db0 | |
| parent | e5d020e1b7c42a1dfe0c8a81a8bed2673668b9d2 (diff) | |
wip travis windowstravis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b02b77c..d43f970 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 && 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" |
