build-project
All checks were successful
/ job (push) Successful in 3m0s

This commit is contained in:
Marc Beninca 2024-05-30 12:35:05 +02:00
parent 380684eed9
commit 5a2cf6253b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 11 additions and 9 deletions

View file

@ -1,9 +0,0 @@
if [ -x './build.py' ] ; then
./build.py \
|| exit
elif [ -x './build.sh' ] ; then
./build.sh \
|| exit
else
exit
fi