Skip to content

Commit

Permalink
Update local Qt upload instructions
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ruslo committed Sep 22, 2016
1 parent 9eb4965 commit ee62941
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion maintenance/local-upload/qt/run-win.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
REM {
set TOOLCHAIN=vs-14-2015
set TOOLCHAIN=vs-14-2015-sdk-8-1
set PROJECT_DIR=examples/qt-widgets
.\jenkins.py --verbose --clear-except-download || exit /b 1
set PROJECT_DIR=examples/qt-core
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-qml
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-location
Expand All @@ -14,6 +16,22 @@ REM {
set TOOLCHAIN=vs-12-2013
set PROJECT_DIR=examples/qt-widgets
.\jenkins.py --verbose --clear-except-download || exit /b 1
set PROJECT_DIR=examples/qt-core
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-qml
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-location
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-camera
.\jenkins.py --verbose --upload --nocreate || exit /b 1
REM }

REM {
set TOOLCHAIN=vs-12-2013-win64
set PROJECT_DIR=examples/qt-widgets
.\jenkins.py --verbose --clear-except-download || exit /b 1
set PROJECT_DIR=examples/qt-core
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-qml
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-location
Expand All @@ -26,6 +44,8 @@ REM {
set TOOLCHAIN=mingw
set PROJECT_DIR=examples/qt-widgets
.\jenkins.py --verbose --clear-except-download || exit /b 1
set PROJECT_DIR=examples/qt-core
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-qml
.\jenkins.py --verbose --nocreate || exit /b 1
set PROJECT_DIR=examples/qt-location
Expand Down

0 comments on commit ee62941

Please sign in to comment.