Sigh, here we go #9

Open
patrick wants to merge 15 commits from woodpekcer into main
Showing only changes of commit 7d1ba3e6a1 - Show all commits

View File

@@ -3,6 +3,7 @@ steps:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- "nix develop --command dotnet publish AdventOfCode2023.FSharp/AdventOfCode2023.FSharp/AdventOfCode2023.FSharp.fsproj --configuration Release -p:PublishAot=true -p:SelfContained=true"
# Lint
- "nix flake check"
# Test