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