mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
ci: assert no library missing
This commit is contained in:
parent
c3939a774b
commit
2761f7521a
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -31,7 +31,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
./scripts/install-ubuntu.sh
|
./scripts/install-ubuntu.sh
|
||||||
gpclient --version
|
# assert no library missing
|
||||||
|
test $(ldd $(which gpclient) | grep 'not found' | wc -l) -eq 0
|
||||||
|
|
||||||
snapshot-archive-all:
|
snapshot-archive-all:
|
||||||
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
|
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
|
||||||
|
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@ -29,4 +29,5 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
./scripts/install-ubuntu.sh
|
./scripts/install-ubuntu.sh
|
||||||
gpclient --version
|
# assert no library missing
|
||||||
|
test $(ldd $(which gpclient) | grep 'not found' | wc -l) -eq 0
|
||||||
|
Loading…
Reference in New Issue
Block a user