diff options
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 |
