summaryrefslogtreecommitdiff
path: root/jobs/test.run
blob: 54ef8e8e7c7d059314938e09d4b4c29ee6bf6c3b (plain)
1
2
3
4
5
6
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