mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 22:26:26 -04:00
Update CI
This commit is contained in:
parent
a55616b66a
commit
016e1a4494
31
.github/workflows/build.yaml
vendored
31
.github/workflows/build.yaml
vendored
@ -179,6 +179,37 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
gp/.build/binary/*.bin.tar.gz
|
gp/.build/binary/*.bin.tar.gz
|
||||||
|
|
||||||
|
build-gpgui:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
|
- name: Checkout GlobalProtect-openconnect
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
repository: yuezk/GlobalProtect-openconnect
|
||||||
|
path: gp
|
||||||
|
- name: Checkout gpgui
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
repository: yuezk/gpgui
|
||||||
|
path: gpgui
|
||||||
|
- name: Build gpgui
|
||||||
|
run: |
|
||||||
|
cd gpgui
|
||||||
|
make package
|
||||||
|
|
||||||
|
./target/release/gpgui --version
|
||||||
|
- name: Upload gpgui
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: artifact-gpgui
|
||||||
|
path: |
|
||||||
|
gpgui/.build/package/*.tar.xz
|
||||||
|
|
||||||
# Include arm64 if ref is a tag
|
# Include arm64 if ref is a tag
|
||||||
# setup-matrix:
|
# setup-matrix:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user