Actions
This commit is contained in:
parent
265b6dd357
commit
5cc0fdfbef
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,9 @@ echo "OS: $os; WebEngine: $webengine"
|
||||||
|
|
||||||
$old_pwd = $pwd.Path
|
$old_pwd = $pwd.Path
|
||||||
|
|
||||||
|
# Prepare environment.
|
||||||
|
cmd.exe /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" `& powershell
|
||||||
|
|
||||||
# Get Qt.
|
# Get Qt.
|
||||||
$qt_version = "5.15.1"
|
$qt_version = "5.15.1"
|
||||||
$qt_stub = "qt-$qt_version-dynamic-msvc2019-x86_64"
|
$qt_stub = "qt-$qt_version-dynamic-msvc2019-x86_64"
|
||||||
|
@ -21,9 +24,6 @@ $qt_qmake = "$qt_path\bin\qmake.exe"
|
||||||
|
|
||||||
$env:PATH = "$qt_path\bin\;" + $env:PATH
|
$env:PATH = "$qt_path\bin\;" + $env:PATH
|
||||||
|
|
||||||
# Prepare environment.
|
|
||||||
& "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
|
||||||
|
|
||||||
# Build application.
|
# Build application.
|
||||||
mkdir "rssguard-build"
|
mkdir "rssguard-build"
|
||||||
cd "rssguard-build"
|
cd "rssguard-build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue