cnotes/.gitea/workflows/build.yml
Gregory Gauthier 17cddcb7d9
All checks were successful
Build / build (push) Successful in 17s
add gitea runner workflow, and C90 docs for reference
2026-01-30 15:56:36 +00:00

31 lines
566 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-gitea
steps:
- name: Prep For Local Builds
run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts
- uses: actions/checkout@v4
- name: Install Build Tools
run: |
apt update
apt -y --no-install-recommends install build-essential gcc make
- name: Build
run: make
- name: Verify Binaries
run: |
echo "=== Built binaries ==="
ls -la build/
echo ""
echo "=== Version check (cnhelp) ==="
./build/cnhelp