Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Leon Etienne 2022-10-25 21:24:17 +00:00
parent e03fe8b83e
commit 8fc90d0783

View File

@ -13,14 +13,17 @@ steps:
KNOWN_HOSTS:
from_secret: known-hosts # this is just $(ssh-keyscan -p 2222 leonetienne.de)
commands:
- cd "GCryptLib/doxygen"
- apt-get update
- >-
apt-get
install
openssh-client
rsync
make
doxygen
-y
- cd "GCryptLib/doxygen"
- make
- eval "$(ssh-agent -s)"
- mkdir -p ~/.ssh
- echo "$SSH_PRIV" > ~/.ssh/id_ed25519
@ -38,5 +41,5 @@ steps:
--delete-excluded
-e
"ssh -o IdentitiesOnly=yes -p 2222"
./
./build/
doxygen-gcrypt@leonetienne.de:app