Skip to content

new alias: GitSetLibGit2NativeLibraryPathToIncluded & GitEnableLogging #132

new alias: GitSetLibGit2NativeLibraryPathToIncluded & GitEnableLogging

new alias: GitSetLibGit2NativeLibraryPathToIncluded & GitEnableLogging #132

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
- develop
- hotfix/*
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
permissions:
# fly-ci needs those!
id-token: write
contents: read
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15, windows-2019, windows-2022]
steps:
- name: Get the sources
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install .NET SDK (global.json)
uses: actions/setup-dotnet@v4
with:
global-json-file: 'global.json'
- name: Run Cake script
uses: cake-build/cake-action@v2
env:
matrix-os: ${{ matrix.os }}
with:
target: GitHubActions
cake-version: tool-manifest
verbosity: Diagnostic
# let's see what fly-ci magic can do for us...
- name: Fix my build
uses: fly-ci/wingman-action@v1
if: failure()