From 6a76becdbf8d9ef23c79b3450ef4cf7c616402cb Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Wed, 17 Jan 2018 12:30:45 +0800 Subject: Created a couple basic CI scripts --- src/doc/rustc-dev-guide/ci/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/doc/rustc-dev-guide/ci/install.sh (limited to 'src/doc/rustc-dev-guide/ci/install.sh') diff --git a/src/doc/rustc-dev-guide/ci/install.sh b/src/doc/rustc-dev-guide/ci/install.sh new file mode 100644 index 00000000000..d9cb369e548 --- /dev/null +++ b/src/doc/rustc-dev-guide/ci/install.sh @@ -0,0 +1,6 @@ +#!/bin/bash +set -ex + +if command -v ghp-import >/dev/null 2>&1; then + pip install ghp-import +fi \ No newline at end of file -- cgit 1.4.1-3-g733a5