aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-14 17:32:44 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-14 17:32:44 +0200
commit16808e1595779ae929027a4013cb4e98a6818b7f (patch)
tree0124ee588d663a175a90933b15f70ebef20ca040
parent3cc9e3d7ea66e7b37b63b7f02d1cbfc7d8658539 (diff)
downloadwww-16808e1595779ae929027a4013cb4e98a6818b7f.tar.gz
www-16808e1595779ae929027a4013cb4e98a6818b7f.zip
add more build tasks
-rwxr-xr-x.buildbot/build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/.buildbot/build.sh b/.buildbot/build.sh
new file mode 100755
index 00000000..da209c09
--- /dev/null
+++ b/.buildbot/build.sh
@@ -0,0 +1,10 @@
1#!/bin/bash
2
3./bootstrap
4./configure
5make
6if [ $? -eq 0 ]; then
7 exit 0
8fi
9echo "Try again"
10make