GiteaCI #1

Merged
rboullard merged 14 commits from GiteaCI into Development 2026-01-28 14:29:12 +00:00
Showing only changes of commit ee808645b5 - Show all commits

View File

@@ -19,6 +19,7 @@ jobs:
matrix:
build_type: ["Debug", "RelWithDebInfo", "Release"]
unity_build: ["ON", "OFF"]
name: Build & Test ${{ matrix.build_type }} (Unity: ${{ matrix.unity_build }})
steps:
- name: Install Node.js
run: apt-get update && apt-get install -y nodejs
@@ -43,4 +44,10 @@ jobs:
- name: Unit Tests
run: |
cd ./build/${{ matrix.build_type }}
xvfb-run ctest . --output-on-failure
xvfb-run ctest . --output-on-failure
- name: Unit Tests Report
uses: dorny/test-reporter@v2
with:
path: build/${{ matrix.build_type }}/TestResults/*.xml
reporter: java-junit