Add reproducibility check (#11)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
Reviewed-on: #11
This commit is contained in:
2024-07-12 08:30:33 +00:00
parent 73a0342291
commit 545a1ad617

View File

@@ -10,6 +10,8 @@
"nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'",
# Test
"nix build",
# Reproducibility
"nix build --rebuild",
"nix run . -- verify AnkiStatic.Test/CapitalsOfTheWorld.json",
"nix develop --command dotnet test",
"nix develop --command dotnet test --configuration Release"