foot/.gitea/workflows/test.yml
shylie d17e40824b
All checks were successful
Test / build (push) Successful in 3s
fix workflow
2025-07-07 13:12:37 -04:00

17 lines
325 B
YAML

name: Test
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
- name: Test
run: ctest emulator/build