Skip to content

Commit

Permalink
Add checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGautier committed Sep 20, 2023
1 parent 76cdd1c commit 4959db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
678b2b19507a5ffddd9efd9878ceb268
3 changes: 3 additions & 0 deletions Buildings/Resources/Scripts/travis/templates/checkandrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ for type in "${!checksum_dirs[@]}"; do
)"
echo $checksum > "./Resources/Scripts/travis/templates/$type.checksum"

# Add checksum file to the index so that differences shows up in git diff.
git add --intent-to-add "./Resources/Scripts/travis/templates/$type.checksum"

# Diff/HEAD: only for remote testing.
# Locally, it is expected that there is some diff/HEAD (and we proceed directly to the next step: diff/master).
if $TRAVISRUN; then
Expand Down

0 comments on commit 4959db4

Please sign in to comment.