From 92dd688028bd8aa8cee9deb4203842abeea35eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Aug 2018 15:14:56 +0200 Subject: Add test job --- jobs/test.run | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jobs/test.run (limited to 'jobs/test.run') 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 -- cgit v1.2.3