summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:53:58 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:53:58 +0000
commitd00ba7a790363ba6fed9f434f2c1218a8e02610a (patch)
tree3c0ad28fab3a1720ab99cf0567d612e306682a18 /.github/workflows/ci.yml
parentfa05a5f8238e9e1417235711656e5062ccc843a7 (diff)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index b77de00..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-name: CI
-
-on:
- push:
- branches: [main, preview-source-tree]
- pull_request:
- branches: [main, preview-source-tree]
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v5
-
- - name: Install build tools
- run: |
- sudo apt-get update
- sudo apt-get install -y build-essential cmake libasound2-dev pkg-config libncurses-dev
-
- - name: Configure
- run: cmake -B build -DCMAKE_BUILD_TYPE=Release -DMAX25_BUNDLE_AX25=OFF
-
- - name: Build merged stacks
- run: cmake --build build -j$(nproc)
-
- - name: Offline tests
- run: cmake --build build --target max25_test
-
- - name: Release gates
- run: bash scripts/release-check.sh
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com