chore: initialize new repository with empty project structure and default config files
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

This commit is contained in:
2025-01-14 18:05:52 +00:00
commit 6ccc39eb77
22 changed files with 14145 additions and 0 deletions
@@ -0,0 +1,28 @@
name: Build and run rrex3
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 build_rrex3
- name: Test
working-directory: ${{github.workspace}}
run: make run_rrex3