Skip to content

Commit

Permalink
Merge branch 'master' into golang
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Oct 28, 2023
2 parents 62659b2 + a4ebd60 commit 1a7ef4d
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/astronomy-engine-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Test Astronomy Engine Unix
if: startsWith(matrix.os, 'windows') == false
run: cd generate && rm -f output/vsop*.txt output/*.eph output/jupiter_moons.txt && ./run && ./verify_clean
run: generate/commit_hook

- name: Test Astronomy Engine Windows
if: startsWith(matrix.os, 'windows')
Expand Down
7 changes: 7 additions & 0 deletions generate/commit_hook
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#/bin/bash
[[ -d generate ]] && cd generate
rm -f output/vsop*.txt output/*.eph output/jupiter_moons.txt
./run || exit $?
./verify_clean || exit $?
echo "commit_hook: SUCCESS"
exit 0
234 changes: 194 additions & 40 deletions generate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a7ef4d

Please sign in to comment.