mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Update build.yml
This commit is contained in:
parent
8f2902aca0
commit
54d02588b9
32
.github/workflows/build.yml
vendored
32
.github/workflows/build.yml
vendored
@ -3,10 +3,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: master
|
branches: master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: '*'
|
branches: "*"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- "README.md"
|
||||||
- '.github/ISSUE_TEMPLATE/**'
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -16,7 +16,7 @@ jobs:
|
|||||||
pkgversion: ${{ steps.version.outputs.pkgversion }}
|
pkgversion: ${{ steps.version.outputs.pkgversion }}
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: check raylib version
|
- name: check raylib version
|
||||||
id: version
|
id: version
|
||||||
@ -30,10 +30,10 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: setup dotnet
|
- name: setup dotnet
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
run: dotnet test Raylib-cs.Tests -c Release
|
run: dotnet test Raylib-cs.Tests -c Release
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-x64
|
name: linux-x64
|
||||||
path: Raylib-cs.Native/bin/Release/native/raylib/libraylib.so
|
path: Raylib-cs.Native/bin/Release/native/raylib/libraylib.so
|
||||||
@ -76,10 +76,10 @@ jobs:
|
|||||||
arch: x86_64
|
arch: x86_64
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: setup dotnet
|
- name: setup dotnet
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ jobs:
|
|||||||
run: dotnet test Raylib-cs.Tests -c Release
|
run: dotnet test Raylib-cs.Tests -c Release
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: osx-${{ matrix.name }}
|
name: osx-${{ matrix.name }}
|
||||||
path: Raylib-cs.Native/bin/Release/native/raylib/libraylib.dylib
|
path: Raylib-cs.Native/bin/Release/native/raylib/libraylib.dylib
|
||||||
@ -109,10 +109,10 @@ jobs:
|
|||||||
arch: x64
|
arch: x64
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: setup dotnet
|
- name: setup dotnet
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ jobs:
|
|||||||
run: dotnet test Raylib-cs.Tests -c Release
|
run: dotnet test Raylib-cs.Tests -c Release
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: win-${{ matrix.name }}
|
name: win-${{ matrix.name }}
|
||||||
path: Raylib-cs.Native/bin/Release/native/raylib/Release/raylib.dll
|
path: Raylib-cs.Native/bin/Release/native/raylib/Release/raylib.dll
|
||||||
@ -137,7 +137,7 @@ jobs:
|
|||||||
- build-windows
|
- build-windows
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4.1.7
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
@ -165,7 +165,7 @@ jobs:
|
|||||||
path: Raylib-cs/runtimes/win-x64/native
|
path: Raylib-cs/runtimes/win-x64/native
|
||||||
|
|
||||||
- name: setup dotnet
|
- name: setup dotnet
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
|
|
||||||
@ -173,7 +173,7 @@ jobs:
|
|||||||
run: dotnet pack Raylib-cs -c Release --output nuget
|
run: dotnet pack Raylib-cs -c Release --output nuget
|
||||||
|
|
||||||
- name: upload NuGet Package As Artifact
|
- name: upload NuGet Package As Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: nuget/*
|
path: nuget/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user