changed travis repo
This commit is contained in:
parent
fb7b424142
commit
538388c918
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -23,7 +23,7 @@ matrix:
|
||||||
# - Jamulus
|
# - Jamulus
|
||||||
# skip_cleanup: true
|
# skip_cleanup: true
|
||||||
# on:
|
# on:
|
||||||
# repo: braindef/jamulus
|
# repo: corrados/jamulus
|
||||||
# tags: true
|
# tags: true
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode7.2
|
osx_image: xcode7.2
|
||||||
|
@ -43,13 +43,13 @@ matrix:
|
||||||
# - Jamulus.app
|
# - Jamulus.app
|
||||||
# skip_cleanup: true
|
# skip_cleanup: true
|
||||||
# on:
|
# on:
|
||||||
# repo: braindef/jamulus
|
# repo: corrados/jamulus
|
||||||
# tags: true
|
# tags: true
|
||||||
- os: windows
|
- os: windows
|
||||||
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/braindef/jamulus" && dir'
|
x86 && cd && cd "C:/Users/travis/build/corrados/jamulus" && 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
|
||||||
|
@ -60,7 +60,7 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- cmd.exe /C 'cd && "C:\Qt\5.12.3\msvc2017\bin\qtenv2.bat" && cd && "C:\Program
|
- cmd.exe /C 'cd && "C:\Qt\5.12.3\msvc2017\bin\qtenv2.bat" && cd && "C:\Program
|
||||||
Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat"
|
Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat"
|
||||||
x86 && cd "C:\Users\travis\build\braindef\jamulus" && cd && qmake Jamulus.pro
|
x86 && cd "C:\Users\travis\build\corrados\jamulus" && cd && qmake Jamulus.pro
|
||||||
&& nmake'
|
&& nmake'
|
||||||
#deploy function is only available in travis-ci.com (not free) but not in travis-ci.org (free)
|
#deploy function is only available in travis-ci.com (not free) but not in travis-ci.org (free)
|
||||||
#deploy:
|
#deploy:
|
||||||
|
@ -71,7 +71,7 @@ matrix:
|
||||||
# - Jamulus.exe
|
# - Jamulus.exe
|
||||||
# skip_cleanup: true
|
# skip_cleanup: true
|
||||||
# on:
|
# on:
|
||||||
# repo: braindef/jamulus
|
# repo: corrados/jamulus
|
||||||
# tags: true
|
# tags: true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue