-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: romanodanilo <[email protected]>
- Loading branch information
1 parent
3fc1ad0
commit b1de7fc
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,9 +43,28 @@ jobs: | |
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Add MSBuild to PATH | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: Install Qt | ||
uses: jurplel/[email protected] | ||
with: | ||
version: 5.15.2 | ||
host: windows | ||
target: desktop | ||
arch: win64_msvc2019_64 | ||
|
||
|
||
- name: Execute pre built TextReport exe | ||
run: | | ||
cd D:\\a\qc-framework\\qc-framework\\.github\\workflows\\windows-pre-built\\bin | ||
dir | ||
.\TextReport.exe | ||
- name: Execute pre built ResultPooling exe | ||
run: | | ||
cd D:\\a\qc-framework\\qc-framework\\.github\\workflows\\windows-pre-built\\bin | ||
dir | ||
.\ResultPooling.exe |