mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Update main.yml
This commit is contained in:
parent
3f6467321f
commit
53c8572cf6
23
.github/workflows/main.yml
vendored
23
.github/workflows/main.yml
vendored
@ -9,8 +9,7 @@ on:
|
|||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
build_with_qt5:
|
build:
|
||||||
name: Build with Qt 5.12
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -29,23 +28,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
qmake CONFIG+=release
|
qmake CONFIG+=release
|
||||||
make
|
make
|
||||||
build_with_qt6:
|
|
||||||
name: Build with Qt 6.x
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Install Qt
|
|
||||||
uses: jurplel/install-qt-action@v2
|
|
||||||
with:
|
|
||||||
version: '6.0.0'
|
|
||||||
modules: 'qtwebengine qtwebsockets'
|
|
||||||
|
|
||||||
# Checkout repository and submodules
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
qmake CONFIG+=release
|
|
||||||
make
|
|
||||||
|
Loading…
Reference in New Issue
Block a user