Skip to content

Ship native binaries for four RIDs (#4) #7

Ship native binaries for four RIDs (#4)

Ship native binaries for four RIDs (#4) #7

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: "EmbreeGen/EmbreeGen.csproj" # Path to the generator .csproj
generator-name: "EmbreeGen" # Generator executable name
binding-project: "Evergine.Bindings.Embree/Evergine.Bindings.Embree.csproj" # Path to the binding .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 }}