mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-03-10 07:13:49 +01:00
automatic build test
This commit is contained in:
parent
482c363515
commit
34381c9859
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: |
|
||||
cd Software/PC_Application/LibreVNA-GUI
|
||||
export QT_SELECT=qt6
|
||||
qmake LibreVNA-GUI.pro
|
||||
qmake6 LibreVNA-GUI.pro
|
||||
make -j9
|
||||
shell: bash
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: '6.8.3'
|
||||
version: '6.8.0'
|
||||
arch: 'win64_mingw'
|
||||
|
||||
- name: Download libusb
|
||||
|
|
|
|||
4
.github/workflows/Release_tag_stable.yml
vendored
4
.github/workflows/Release_tag_stable.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: |
|
||||
cd Software/PC_Application/LibreVNA-GUI
|
||||
export QT_SELECT=qt6
|
||||
qmake LibreVNA-GUI.pro
|
||||
qmake6 LibreVNA-GUI.pro
|
||||
make -j9
|
||||
zip LibreVNA-GUI.zip LibreVNA-GUI
|
||||
shell: bash
|
||||
|
|
@ -111,7 +111,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: '6.8.3'
|
||||
version: '6.8.0'
|
||||
arch: 'win64_mingw'
|
||||
|
||||
- name: Download libusb
|
||||
|
|
|
|||
Loading…
Reference in a new issue