GiteaCI #1
@@ -19,6 +19,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
build_type: ["Debug", "RelWithDebInfo", "Release"]
|
build_type: ["Debug", "RelWithDebInfo", "Release"]
|
||||||
unity_build: ["ON", "OFF"]
|
unity_build: ["ON", "OFF"]
|
||||||
|
name: Build & Test ${{ matrix.build_type }} (Unity: ${{ matrix.unity_build }})
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: apt-get update && apt-get install -y nodejs
|
run: apt-get update && apt-get install -y nodejs
|
||||||
@@ -44,3 +45,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ./build/${{ matrix.build_type }}
|
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
|
||||||
Reference in New Issue
Block a user