mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-25 00:29:45 -05:00
9 lines
254 B
Plaintext
Executable File
9 lines
254 B
Plaintext
Executable File
#/bin/bash
|
|
[[ -d generate ]] && cd generate
|
|
ASTRONOMY_ENGINE_PYTHON_PROBLEM=1 python3 test.py precision || exit $?
|
|
rm -f output/vsop*.txt output/*.eph output/jupiter_moons.txt
|
|
./run || exit $?
|
|
./verify_clean || exit $?
|
|
echo "commit_hook: SUCCESS"
|
|
exit 0
|