7 lines
76 B
Bash
7 lines
76 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
set -x
|
||
|
set -e
|
||
|
|
||
|
# FIXME: Upload the build results somewhere...
|