summaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-26 15:14:56 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-26 15:14:56 +0200
commit92dd688028bd8aa8cee9deb4203842abeea35eb5 (patch)
tree58678ac580224944be9f3738f6d4b67b9be3bfa4 /jobs
parent32eaff138cc2f26ef4fe4cb63599763b27c5c488 (diff)
downloadlaminar-cnf-92dd688028bd8aa8cee9deb4203842abeea35eb5.tar.gz
laminar-cnf-92dd688028bd8aa8cee9deb4203842abeea35eb5.tar.bz2
laminar-cnf-92dd688028bd8aa8cee9deb4203842abeea35eb5.zip
Add test job
Diffstat (limited to 'jobs')
-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