port travis CI to GitHub actions

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-01-31 16:49:01 +01:00
parent 3225bafd54
commit db91f793dc
3 changed files with 86 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
if [ "x$LIBRESSL" = "xyes" ]; then
if [ "x$LIBRESSL_COMMIT" != "x" ]; then
cd "$HOME"
git clone https://github.com/libressl-portable/portable.git libressl-git
cd libressl-git