dodanie .net modyfikacja ci

This commit is contained in:
Ziabs
2025-12-09 12:33:01 +01:00
parent 434051814c
commit 652f40a69e
9 changed files with 201 additions and 11 deletions

View File

@@ -5,10 +5,12 @@ build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c -o program
- name: Archive production artifacts
uses: actions/upload-artifact@v3
- uses: actions/setup-dotnet@v3
with:
name: program
path: program
dotnet-version: '8.0.x'
- run: dotnet restore
- run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run