summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jobs/test.run7
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/test.run b/jobs/test.run
new file mode 100644
index 0000000..54ef8e8
--- /dev/null
+++ b/jobs/test.run
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -ex
+wget ftp://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz
+tar xzf hello-2.10.tar.gz
+cd hello-2.10
+./configure
+make