test
parent
639a9755aa
commit
b077bb7a3f
|
@ -14,6 +14,10 @@ pipeline {
|
||||||
uname -a
|
uname -a
|
||||||
df
|
df
|
||||||
|
|
||||||
|
echo "Test"
|
||||||
|
aptly=172.17.8.68
|
||||||
|
ssh aptly@${aptly} -o StrictHostKeyChecking=no "uptime"
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y build-essential cmake g++ qt6-base-dev qt6-webengine-dev linguist-qt6 libgl1-mesa-dev qt6-tools-dev qt6-l10n-tools qt6-tools-dev-tools libqt6core5compat6-dev lxqt-build-tools qt6-webengine-dev-tools libqt6webenginecore6-bin ninja-build
|
apt-get install -y build-essential cmake g++ qt6-base-dev qt6-webengine-dev linguist-qt6 libgl1-mesa-dev qt6-tools-dev qt6-l10n-tools qt6-tools-dev-tools libqt6core5compat6-dev lxqt-build-tools qt6-webengine-dev-tools libqt6webenginecore6-bin ninja-build
|
||||||
|
|
Loading…
Reference in New Issue