Skip to content

Merge pull request #4 from XenoAtom/add-libgbm #3

Merge pull request #4 from XenoAtom/add-libgbm

Merge pull request #4 from XenoAtom/add-libgbm #3

name: ci_build_libgbm
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- 'src/*.props'
- 'src/libgbm/**'
pull_request:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
#GITHUB_ACTION_PRE_STEP
- name: "Build, Test and Pack libgbm"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
dotnet-releaser-path: 'src/libgbm/dotnet-releaser.toml'
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
#GITHUB_ACTION_POST_STEP