foot/.gitea/workflows/build.yml
shylie 9e2604855e
All checks were successful
Build / build (push) Successful in 4s
Add initial working version
2025-07-07 09:24:19 -04:00

15 lines
273 B
YAML

name: Build
on: push
jobs:
build:
runs-on: shy-server
steps:
- name: Checkout current
uses: actions/checkout@v4
- name: Configure
run: cmake -S emulator -B emulator/build
- name: Build
run: cmake --build emulator/build