From b6618363bff8e02ce5759b834b2fc4b210c41220 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 29 Oct 2023 21:13:50 +0100 Subject: [PATCH] Compile actie toegevoegd --- .gitea/workflows/compile-debian-11.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/compile-debian-11.yml diff --git a/.gitea/workflows/compile-debian-11.yml b/.gitea/workflows/compile-debian-11.yml new file mode 100644 index 0000000..ab0d63a --- /dev/null +++ b/.gitea/workflows/compile-debian-11.yml @@ -0,0 +1,18 @@ +--- +name: compile + +jobs: + Debian-11-compile: + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Compile + run: make +# +# TODO: Upload (drone code) +# +# environment: +# DOWNLOADDIR: /usr/share/nginx/html/download/bin/x86_64-f32/ +# commands: +# - mkdir -p "$${DOWNLOADDIR}" +# - cp wait "$${DOWNLOADDIR}"