Compare commits

...

18 Commits

Author SHA1 Message Date
svhp
8f776d7ee0 matrix-tar
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m14s
First CI / build (win-x64) (push) Successful in 1m23s
2023-12-01 11:06:43 +01:00
svhp
bc8ecfc8c5 fix
All checks were successful
First CI / build (linux-x64) (push) Successful in 59s
First CI / build (win-x64) (push) Successful in 1m6s
2023-12-01 11:00:33 +01:00
svhp
1739debda9 lab5 2023-12-01 10:58:53 +01:00
svhp
0fadd0d396 test lab4 s
All checks were successful
First CI / build (push) Successful in 1m27s
First CI / test (push) Successful in 17s
2023-12-01 10:54:55 +01:00
svhp
d9ee410bcb zad4 g
Some checks failed
First CI / build (push) Successful in 1m30s
First CI / test (push) Failing after 15s
2023-12-01 10:52:07 +01:00
svhp
cd1d1262bc zad4 f
Some checks failed
First CI / build (push) Failing after 16s
First CI / test (push) Failing after 11s
2023-12-01 10:49:48 +01:00
svhp
eece304b65 added failed tests
Some checks failed
First CI / build (push) Successful in 50s
First CI / test (push) Failing after 10s
2023-12-01 10:47:35 +01:00
svhp
50f303df6b Test
All checks were successful
First CI / build (push) Successful in 50s
2023-12-01 10:46:28 +01:00
svhp
78ac12c5f9 fixed run 2023-12-01 10:44:06 +01:00
svhp
45032f8ec3 changed yml 2023-12-01 10:41:52 +01:00
svhp
45a7b953bf added .net proj
Some checks failed
First CI / build (push) Failing after 11s
2023-12-01 10:40:31 +01:00
svhp
d0eae68b11 added art
All checks were successful
First CI / build (push) Successful in 14s
2023-12-01 10:39:23 +01:00
svhp
3bd02f42f8 fixed flags in main.c
All checks were successful
First CI / build (push) Successful in 12s
2023-12-01 10:38:12 +01:00
svhp
4b3da947e0 added include to main.c
Some checks failed
First CI / build (push) Failing after 11s
2023-12-01 10:36:49 +01:00
svhp
106ba3e6f6 main-ci
Some checks failed
First CI / build (push) Failing after 17s
2023-12-01 10:35:51 +01:00
svhp
294655ec15 c-main 2023-12-01 10:34:32 +01:00
svhp
a3ff684ad9 ci
All checks were successful
First CI / build (push) Successful in 8s
2023-12-01 10:32:26 +01:00
tg
f964d36eda Merge pull request 'aa' (#1) from new-branch into main
Reviewed-on: #1
2023-10-20 09:27:15 +00:00
8 changed files with 237 additions and 0 deletions

21
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,21 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rid: ["win-x64", "linux-x64"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
- run: dotnet restore
- run: dotnet publish -o app -r ${{ matrix.rid }} /p:PublishSingleFile=true
- run: tar cf ${{ matrix.rid }}.tar app/
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.rid }}.tar
path: ${{ matrix.rid }}.tar

2
Program.cs Normal file
View File

@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");

11
git-laby.csproj Normal file
View File

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>git_laby</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,84 @@
{
"format": 1,
"restore": {
"C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj": {}
},
"projects": {
"C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj",
"projectName": "git-laby",
"projectPath": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj",
"packagesPath": "C:\\Users\\tomas\\.nuget\\packages\\",
"outputPath": "C:\\Users\\tomas\\Desktop\\git-laby\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\tomas\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "default"
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.19, 6.0.19]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x86",
"version": "[6.0.19, 6.0.19]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[6.0.19, 6.0.19]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[6.0.19, 6.0.19]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files (x86)\\dotnet\\sdk\\8.0.100-preview.6.23330.14\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\tomas\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\tomas\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

89
obj/project.assets.json Normal file
View File

@ -0,0 +1,89 @@
{
"version": 3,
"targets": {
"net6.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net6.0": []
},
"packageFolders": {
"C:\\Users\\tomas\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj",
"projectName": "git-laby",
"projectPath": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj",
"packagesPath": "C:\\Users\\tomas\\.nuget\\packages\\",
"outputPath": "C:\\Users\\tomas\\Desktop\\git-laby\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\tomas\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "default"
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.19, 6.0.19]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x86",
"version": "[6.0.19, 6.0.19]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[6.0.19, 6.0.19]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[6.0.19, 6.0.19]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files (x86)\\dotnet\\sdk\\8.0.100-preview.6.23330.14\\RuntimeIdentifierGraph.json"
}
}
}
}

13
obj/project.nuget.cache Normal file
View File

@ -0,0 +1,13 @@
{
"version": 2,
"dgSpecHash": "lXKd1cAGplx/JP6Y73TbnEHV8V/sMIhNGnoPEUdCwBuBDhNPWJniYarsljyM3x1nRgYVWbR8Db+nAlHm9WOVXQ==",
"success": true,
"projectFilePath": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj",
"expectedPackageFiles": [
"C:\\Users\\tomas\\.nuget\\packages\\microsoft.netcore.app.ref\\6.0.19\\microsoft.netcore.app.ref.6.0.19.nupkg.sha512",
"C:\\Users\\tomas\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\6.0.19\\microsoft.windowsdesktop.app.ref.6.0.19.nupkg.sha512",
"C:\\Users\\tomas\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\6.0.19\\microsoft.aspnetcore.app.ref.6.0.19.nupkg.sha512",
"C:\\Users\\tomas\\.nuget\\packages\\microsoft.netcore.app.host.win-x86\\6.0.19\\microsoft.netcore.app.host.win-x86.6.0.19.nupkg.sha512"
],
"logs": []
}