summaryrefslogtreecommitdiff
path: root/.gitea/workflows/build.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-05-27 23:24:13 +0200
committerEugen Wissner <belka@caraus.de>2026-05-27 23:24:13 +0200
commitf5e821e56161bc02da960e7fdc530640cbe3e3ec (patch)
tree8a8238dcfaa530beee0d456fa5f923871cc5f938 /.gitea/workflows/build.yaml
parent4c2210109f0cdb954103480d3ff28111a884119f (diff)
downloadslack-timedate-master.tar.gz
Remove actionsHEADmaster
Diffstat (limited to '.gitea/workflows/build.yaml')
-rw-r--r--.gitea/workflows/build.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml
deleted file mode 100644
index 684e638..0000000
--- a/.gitea/workflows/build.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Build
-
-on:
- push:
- branches:
- - '**'
- pull_request:
- branches: [master]
-
-jobs:
- build:
- runs-on: alpine
- steps:
- - name: Set up environment
- shell: ash {0}
- run: |
- apk -U upgrade
- apk add --no-cache git bash cmake build-base pkgconf glibmm2.66-dev dbus-dev
- - uses: actions/checkout@v4
- - name: Build
- run: |
- cmake -B build
- make -C build