From 247b411011451fe2c4077802d849263f10e6a1ca Mon Sep 17 00:00:00 2001 From: lilleman Date: Sun, 4 Feb 2024 04:15:44 +0100 Subject: [PATCH] New pipelines and stuff --- .gitea/test-and-build.sh | 22 ++++++++++++++++++++++ .gitea/workflows/test-and-build.yml | 0 LICENSE | 2 +- README.md | 4 +--- docker-compose.yml => compose.yml | 3 +-- 5 files changed, 25 insertions(+), 6 deletions(-) create mode 100755 .gitea/test-and-build.sh create mode 100644 .gitea/workflows/test-and-build.yml rename docker-compose.yml => compose.yml (94%) diff --git a/.gitea/test-and-build.sh b/.gitea/test-and-build.sh new file mode 100755 index 0000000..e5c8a3b --- /dev/null +++ b/.gitea/test-and-build.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +curl \ +--fail-with-body \ +-H "Authorization: ${RUNNER_API_KEY}" \ +-XPOST 192.168.1.186 \ +-H 'Content-Type: application/json; charset=utf-8' \ +--data-binary @- <