Skip to content

Fix CI: add build scripts and standards override #4

Fix CI: add build scripts and standards override

Fix CI: add build scripts and standards override #4

Workflow file for this run

# Binding CI - Simple Template
name: CI
on:
workflow_dispatch:
inputs:
publish-artifacts:
description: 'Publish artifacts'
required: false
type: boolean
default: false
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ci:
uses: EvergineTeam/evergine-standards/.github/workflows/binding-common-ci.yml@v2
with:
generator-project: "MuJoCoGen/MuJoCoGen.csproj"
generator-name: "MuJoCoGen"
binding-project: "Evergine.Bindings.MuJoCo/Evergine.Bindings.MuJoCo.csproj"
target-framework: "net10.0"
dotnet-version: "10.x"
runtime-identifier: "linux-x64"
build-configuration: "Release"
nuget-artifacts: ${{ inputs.publish-artifacts || false }}
revision: ${{ github.run_number }}