mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-15 18:30:58 +01:00
Actions
This commit is contained in:
parent
dfc37a0c4d
commit
03b2ea035d
7
.github/workflows/rssguard.yml
vendored
7
.github/workflows/rssguard.yml
vendored
@ -27,12 +27,5 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Add msbuild to PATH
|
||||
if: runner.os == 'Windows'
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
- name: tst
|
||||
if: runner.os == 'Windows'
|
||||
shell: cmd
|
||||
run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
- name: Prepare environment and compile application
|
||||
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}"
|
@ -7,7 +7,9 @@ echo "OS: $os; WebEngine: $webengine"
|
||||
$old_pwd = $pwd.Path
|
||||
|
||||
# Prepare environment.
|
||||
cmd.exe /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" `& powershell
|
||||
Install-Module Pscx -Scope CurrentUser -AllowClobber -Force
|
||||
Install-Module VSSetup -Scope CurrentUser -AllowClobber -Force
|
||||
Import-VisualStudioVars
|
||||
|
||||
# Get Qt.
|
||||
$qt_version = "5.15.1"
|
||||
|
Loading…
Reference in New Issue
Block a user