merged Travis changes from branch
This commit is contained in:
parent
e10eb4a512
commit
abfb0c2b32
2 changed files with 3 additions and 3 deletions
|
@ -49,12 +49,12 @@ matrix:
|
||||||
before_install:
|
before_install:
|
||||||
- dir C:/Program\ Files\ \(x86\)/Windows\ Kits/10/bin/10.0.17134.0/x64
|
- dir C:/Program\ Files\ \(x86\)/Windows\ Kits/10/bin/10.0.17134.0/x64
|
||||||
- cmd.exe /C 'cd && "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat"
|
- cmd.exe /C 'cd && "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat"
|
||||||
x86 && cd && cd "C:/Users/travis/build/corrados/jamulus" && dir'
|
x86 && cd && cd "C:/Users/travis/build/corrados/jamulus/windows" && dir'
|
||||||
- curl -vLO http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe
|
- curl -vLO http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe
|
||||||
- curl -vLO http://www.steinberg.net/sdk_downloads/ASIOSDK2.3.2.zip
|
- curl -vLO http://www.steinberg.net/sdk_downloads/ASIOSDK2.3.2.zip
|
||||||
- unzip ASIOSDK2.3.2.zip
|
- unzip ASIOSDK2.3.2.zip
|
||||||
- mkdir windows/ASIOSDK2
|
- mkdir ASIOSDK2
|
||||||
- cp -rvu ASIOSDK2.3.2/* windows/ASIOSDK2
|
- cp -rvu ASIOSDK2.3.2/* ASIOSDK2
|
||||||
- "./qt-unified-windows-x86-online.exe --verbose --script qt-installer-windows.qs"
|
- "./qt-unified-windows-x86-online.exe --verbose --script qt-installer-windows.qs"
|
||||||
- ls -la C:/Qt/5.12.3/msvc2017/bin/qtenv2.bat
|
- ls -la C:/Qt/5.12.3/msvc2017/bin/qtenv2.bat
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue