mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Create dotnetcore.yml
Initial test for github actions. Builds using dotnet core.
This commit is contained in:
parent
af6d15fa67
commit
18c264f0c9
17
.github/workflows/dotnetcore.yml
vendored
Normal file
17
.github/workflows/dotnetcore.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: .NET Core
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Setup .NET Core
|
||||||
|
uses: actions/setup-dotnet@v1
|
||||||
|
with:
|
||||||
|
dotnet-version: 2.2.108
|
||||||
|
- name: Build with dotnet
|
||||||
|
run: dotnet build --configuration Release
|
Loading…
x
Reference in New Issue
Block a user