From 545a1ad617da12791f93693870f3c2cebacbafe1 Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 12 Jul 2024 08:30:33 +0000 Subject: [PATCH] Add reproducibility check (#11) Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> Reviewed-on: https://gitea.patrickstevens.co.uk/patrick/anki-static/pulls/11 --- .woodpecker/.build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 310e74a..463211a 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -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"