aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/jenkins.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 79d101e..6bf176a 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -2,8 +2,12 @@
set -ex
+osmo-clean-workspace.sh
+
autoreconf --install --force
./configure
$MAKE CFLAGS="-Werror" CPPFLAGS="-Werror"
# currently broken $MAKE $PARALLEL_MAKE
# currently broken $MAKE distcheck
+
+osmo-clean-workspace.sh