From 454d8158dc14029f33b109d513cd8b19fc1e1ab2 Mon Sep 17 00:00:00 2001 From: tobid7 Date: Wed, 10 Apr 2024 12:47:21 +0200 Subject: [PATCH] Remove workflow as it is not working --- .gitea/workflows/main.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitea/workflows/main.yaml diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml deleted file mode 100644 index 5f49752..0000000 --- a/.gitea/workflows/main.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Gitea Actions Demo -run-name: Build-Test bannertool -on: [push] - -jobs: - linux-test: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Build - run: | - apt update -y - apt install build-essential cmake -y - cmake -B cmake-build-debug - cmake --build cmake-build-debug - - name: upload artifact - uses: actions/upload-artifact@v2 - with: - name: bannertool - path: cmake-build-debug/bannertool \ No newline at end of file