GiteaCI #1

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

View File

@@ -19,7 +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 }}) 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