summaryrefslogtreecommitdiff
path: root/.gitea/workflows/build.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-05-22 07:51:08 +0200
committerEugen Wissner <belka@caraus.de>2026-05-22 07:51:08 +0200
commit0f9a40a08b988bba7728ef327b02230c8121d539 (patch)
treedb83e2c6bb3c4bdb066e6e6bc3d7d83558d51cca /.gitea/workflows/build.yml
parent6bba29c30ccfd16def0b4640f0cae7c7f382d0d7 (diff)
downloadslackbuilder-master.tar.gz
Remove actionsHEADmaster
Diffstat (limited to '.gitea/workflows/build.yml')
-rw-r--r--.gitea/workflows/build.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
deleted file mode 100644
index eb86abe..0000000
--- a/.gitea/workflows/build.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-name: Build
-
-on:
- push:
- pull_request:
- branches: [master]
-
-jobs:
- audit:
- container: buildenv:6
- steps:
- - uses: actions/checkout@v6
- - run: hlint src lib test
-
- test:
- container: buildenv:6
- steps:
- - name: Set up environment
- run: |
- apt-get update -y
- apt-get upgrade -y
- apt-get install -y pkg-config liblzma-dev
- - uses: actions/checkout@v6
- - run: cabal update
- - run: cabal test --test-show-details=streaming
-
- release:
- container: buildenv:6
- steps:
- - name: Set up environment
- run: |
- apt-get update -y
- apt-get upgrade -y
- apt-get install -y pkg-config liblzma-dev
- - uses: actions/checkout@v6
- - run: cabal update
- - run: cabal build