travis fix
This commit is contained in:
parent
5354344ba7
commit
10eb65e545
1 changed files with 8 additions and 2 deletions
|
@ -2,10 +2,12 @@
|
|||
|
||||
CHCP 1252
|
||||
|
||||
REM set QT_BIN_DIR="c:\Qt\5.14.1\msvc2017\bin"
|
||||
set QT_BIN_DIR="C:\terminal\3rd\release\Qt5\bin"
|
||||
set QT_BIN_DIR="c:\Qt\5.14.2\msvc2017\bin"
|
||||
set QIF_BIN_DIR="c:\Qt\Tools\QtInstallerFramework\4.0\bin"
|
||||
|
||||
echo "Using Qt in %QT_BIN_DIR%"
|
||||
echo "Using QIF in %QIF_BIN_DIR%"
|
||||
|
||||
# Hold on to current directory
|
||||
set PROJECT_DIR=%cd%
|
||||
set SCRIPT_DIR=%PROJECT_DIR:"=%\deploy
|
||||
|
@ -42,6 +44,10 @@ Rmdir /Q /S %RELEASE_DIR%
|
|||
Del %QMAKE_STASH_FILE%
|
||||
Del %TARGET_FILENAME%
|
||||
|
||||
# Checking env
|
||||
"%QT_BIN_DIR:"=%\qmake" -v
|
||||
nmake /?
|
||||
|
||||
cd %PROJECT_DIR%
|
||||
"%QT_BIN_DIR:"=%\qmake" -spec win32-msvc -o deploy\build\Makefile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue