@@ -13,6 +13,7 @@ pipeline
node('autotools')
{
checkout scm
+ sh 'contrib/ci.inria.fr/job-0-tarball.sh'
}
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+./autogen.sh
+mkdir build && cd build
+../configure
+make
+make distcheck