Files
rrex/.github/workflows/make-rrex4-single-platform.yml
T
retoor 20376e3ee2
Build and run rrex2 / build (push) Successful in 22s
Build and run rrex3 / build (push) Successful in 9s
Build and run rrex4 / build (push) Successful in 11s
chore: add clang-format config, CI workflows, Makefile, compiler sources, and project docs
2025-01-14 18:05:52 +00:00

29 lines
414 B
YAML

name: Build and run rrex4
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
working-directory: ${{github.workspace}}
run: make rrex4
- name: Test
working-directory: ${{github.workspace}}
run: make debug_rrex4