Files
sinqSPS/.gitea/workflows/action.yaml
Edward Wall 3ab2e31f15
All checks were successful
Test And Build / Build (push) Successful in 8s
adds gitea action
2025-07-04 14:43:10 +02:00

15 lines
289 B
YAML

name: Test And Build
on: [push]
jobs:
Build:
runs-on: linepics
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
submodules: 'true'
- run: |
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
make install