summaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-26 16:39:58 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-26 16:39:58 +0200
commit5c1c57b66d120fa0090b2e12f0f0a29b1a385715 (patch)
treead362fa3b7225df0fafebaf731b93c34cf335b13 /jobs
parentdefe24d5f1ddeebc7fef8589c1523143c1564901 (diff)
downloadlaminar-cnf-5c1c57b66d120fa0090b2e12f0f0a29b1a385715.tar.gz
laminar-cnf-5c1c57b66d120fa0090b2e12f0f0a29b1a385715.tar.bz2
laminar-cnf-5c1c57b66d120fa0090b2e12f0f0a29b1a385715.zip
Drop test job
Diffstat (limited to 'jobs')
-rwxr-xr-xjobs/test.run7
1 files changed, 0 insertions, 7 deletions
diff --git a/jobs/test.run b/jobs/test.run
deleted file mode 100755
index 54ef8e8..0000000
--- a/jobs/test.run
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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