Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/bin/rebuild-all
1390 views
set -ev

echo "Sending logs to logs/"
mkdir -p logs

git pull
make clean
time make test >> logs/out 2>&1 || true
tail -n 20 logs/out