diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 13:45:32 +0100 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-30 13:45:32 +0100 |
| commit | 6ba25d7e5d4b327b4058b2cb0e488c18e7176652 (patch) | |
| tree | 065d9a2ca67eea9906f61f9dec44d2c9f6740403 | |
| parent | c3f6b4ec9a0ae628ee929fa62a8b8427ade10ebb (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 55c9dee..d6cf796 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" && msbuild /nologo /p:Configuration=Debug + script: cmake . -G "Visual Studio 15 2017" && ls && msbuild.exe /nologo /p:Configuration=Debug # jack and asound not found on ARM gnueabihf # - os: linux # env: HOST="--host=arm-linux-gnueabihf" API="alsa" |
