Add reproducibility check #11

Merged
patrick merged 2 commits from reproducibility-check into main 2024-07-12 08:30:34 +00:00
Showing only changes of commit 6607644b65 - Show all commits

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"