Skip to content

Commit

Permalink
Add test windows exe action
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Aug 28, 2024
1 parent 3fc1ad0 commit b1de7fc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b1de7fc

Please sign in to comment.