mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
ci: verify debian package
This commit is contained in:
17
scripts/verify-debian-package.sh
Executable file
17
scripts/verify-debian-package.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
sudo apt update
|
||||
sudo apt install -y \
|
||||
build-essential \
|
||||
qtbase5-dev \
|
||||
libqt5websockets5-dev \
|
||||
qtwebengine5-dev \
|
||||
cmake \
|
||||
debhelper
|
||||
|
||||
mkdir -p build
|
||||
|
||||
cp ./artifacts/*.tar.gz build/ && cd build
|
||||
tar -xzf *.tar.gz && cd globalprotect-openconnect-*
|
||||
|
||||
dpkg-buildpackage -us -uc
|
Reference in New Issue
Block a user