CI building
This commit is contained in:
parent
3b71951b2d
commit
2407dce1a6
13 changed files with 134 additions and 0 deletions
4
.gitlab-ci.yml
Normal file
4
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
image: microsoft/dotnet:latest
|
||||
|
||||
build:
|
||||
script: dotnet build
|
||||
85
bin/Debug/netcoreapp2.2/fsharp-finite-automata.deps.json
Normal file
85
bin/Debug/netcoreapp2.2/fsharp-finite-automata.deps.json
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v2.2",
|
||||
"signature": "2a3cce40ffad1aed363051b9051c2ff156f5fe39"
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v2.2": {
|
||||
"fsharp-finite-automata/1.0.0": {
|
||||
"dependencies": {
|
||||
"FSharp.Core": "4.5.2"
|
||||
},
|
||||
"runtime": {
|
||||
"fsharp-finite-automata.dll": {}
|
||||
}
|
||||
},
|
||||
"FSharp.Core/4.5.2": {
|
||||
"runtime": {
|
||||
"lib/netstandard1.6/FSharp.Core.dll": {
|
||||
"assemblyVersion": "4.5.0.0",
|
||||
"fileVersion": "2018.7.27.2"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"lib/netstandard1.6/cs/FSharp.Core.resources.dll": {
|
||||
"locale": "cs"
|
||||
},
|
||||
"lib/netstandard1.6/de/FSharp.Core.resources.dll": {
|
||||
"locale": "de"
|
||||
},
|
||||
"lib/netstandard1.6/en/FSharp.Core.resources.dll": {
|
||||
"locale": "en"
|
||||
},
|
||||
"lib/netstandard1.6/es/FSharp.Core.resources.dll": {
|
||||
"locale": "es"
|
||||
},
|
||||
"lib/netstandard1.6/fr/FSharp.Core.resources.dll": {
|
||||
"locale": "fr"
|
||||
},
|
||||
"lib/netstandard1.6/it/FSharp.Core.resources.dll": {
|
||||
"locale": "it"
|
||||
},
|
||||
"lib/netstandard1.6/ja/FSharp.Core.resources.dll": {
|
||||
"locale": "ja"
|
||||
},
|
||||
"lib/netstandard1.6/ko/FSharp.Core.resources.dll": {
|
||||
"locale": "ko"
|
||||
},
|
||||
"lib/netstandard1.6/pl/FSharp.Core.resources.dll": {
|
||||
"locale": "pl"
|
||||
},
|
||||
"lib/netstandard1.6/pt-BR/FSharp.Core.resources.dll": {
|
||||
"locale": "pt-BR"
|
||||
},
|
||||
"lib/netstandard1.6/ru/FSharp.Core.resources.dll": {
|
||||
"locale": "ru"
|
||||
},
|
||||
"lib/netstandard1.6/tr/FSharp.Core.resources.dll": {
|
||||
"locale": "tr"
|
||||
},
|
||||
"lib/netstandard1.6/zh-Hans/FSharp.Core.resources.dll": {
|
||||
"locale": "zh-Hans"
|
||||
},
|
||||
"lib/netstandard1.6/zh-Hant/FSharp.Core.resources.dll": {
|
||||
"locale": "zh-Hant"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"fsharp-finite-automata/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"FSharp.Core/4.5.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Pe3EDp9oBjQ3c3fvZAJsw7XFLHECS3zn3P7MSqsJy3sFYR6jvTgxxnCFeePR1JHiWyZ3bm+RZAjchqVYk61adA==",
|
||||
"path": "fsharp.core/4.5.2",
|
||||
"hashPath": "fsharp.core.4.5.2.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
bin/Debug/netcoreapp2.2/fsharp-finite-automata.dll
Normal file
BIN
bin/Debug/netcoreapp2.2/fsharp-finite-automata.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netcoreapp2.2/fsharp-finite-automata.pdb
Normal file
BIN
bin/Debug/netcoreapp2.2/fsharp-finite-automata.pdb
Normal file
Binary file not shown.
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"/home/joachim/.dotnet/store/|arch|/|tfm|",
|
||||
"/home/joachim/.nuget/packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.2",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
// <auto-generated>
|
||||
// Generated by the FSharp WriteCodeFragment class.
|
||||
// </auto-generated>
|
||||
namespace FSharp
|
||||
|
||||
open System
|
||||
open System.Reflection
|
||||
|
||||
|
||||
[<assembly: System.Reflection.AssemblyCompanyAttribute("fsharp-finite-automata")>]
|
||||
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")>]
|
||||
[<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
|
||||
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")>]
|
||||
[<assembly: System.Reflection.AssemblyProductAttribute("fsharp-finite-automata")>]
|
||||
[<assembly: System.Reflection.AssemblyTitleAttribute("fsharp-finite-automata")>]
|
||||
[<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
|
||||
do()
|
||||
|
|
@ -0,0 +1 @@
|
|||
62a3fda8998de620a95a14bc8fe962942dd1295a
|
||||
BIN
obj/Debug/netcoreapp2.2/fsharp-finite-automata.assets.cache
Normal file
BIN
obj/Debug/netcoreapp2.2/fsharp-finite-automata.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/netcoreapp2.2/fsharp-finite-automata.dll
Normal file
BIN
obj/Debug/netcoreapp2.2/fsharp-finite-automata.dll
Normal file
Binary file not shown.
|
|
@ -0,0 +1,10 @@
|
|||
/home/joachim/fsharp-finite-automata/bin/Debug/netcoreapp2.2/fsharp-finite-automata.deps.json
|
||||
/home/joachim/fsharp-finite-automata/bin/Debug/netcoreapp2.2/fsharp-finite-automata.runtimeconfig.json
|
||||
/home/joachim/fsharp-finite-automata/bin/Debug/netcoreapp2.2/fsharp-finite-automata.runtimeconfig.dev.json
|
||||
/home/joachim/fsharp-finite-automata/bin/Debug/netcoreapp2.2/fsharp-finite-automata.dll
|
||||
/home/joachim/fsharp-finite-automata/bin/Debug/netcoreapp2.2/fsharp-finite-automata.pdb
|
||||
/home/joachim/fsharp-finite-automata/obj/Debug/netcoreapp2.2/fsharp-finite-automata.fsprojAssemblyReference.cache
|
||||
/home/joachim/fsharp-finite-automata/obj/Debug/netcoreapp2.2/fsharp-finite-automata.AssemblyInfoInputs.cache
|
||||
/home/joachim/fsharp-finite-automata/obj/Debug/netcoreapp2.2/fsharp-finite-automata.AssemblyInfo.fs
|
||||
/home/joachim/fsharp-finite-automata/obj/Debug/netcoreapp2.2/fsharp-finite-automata.dll
|
||||
/home/joachim/fsharp-finite-automata/obj/Debug/netcoreapp2.2/fsharp-finite-automata.pdb
|
||||
Binary file not shown.
BIN
obj/Debug/netcoreapp2.2/fsharp-finite-automata.pdb
Normal file
BIN
obj/Debug/netcoreapp2.2/fsharp-finite-automata.pdb
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue