diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-05-27 23:24:13 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-05-27 23:24:13 +0200 |
| commit | f5e821e56161bc02da960e7fdc530640cbe3e3ec (patch) | |
| tree | 8a8238dcfaa530beee0d456fa5f923871cc5f938 /.gitea/workflows/build.yaml | |
| parent | 4c2210109f0cdb954103480d3ff28111a884119f (diff) | |
| download | slack-timedate-master.tar.gz | |
Diffstat (limited to '.gitea/workflows/build.yaml')
| -rw-r--r-- | .gitea/workflows/build.yaml | 23 |
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 |
