diff options
| author | Vincent Laporte | 2019-03-05 13:16:21 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-03-05 13:16:21 +0000 |
| commit | 1909b90c6e8d62d17a614ed592e3dd966bb519bc (patch) | |
| tree | b7f85b158f494ebd07aca2b2b78039b286857b4d /dev/ci/ci-stdlib2.sh | |
| parent | b0d35837ff193b66ba37355093b2227f2b1be1ac (diff) | |
[CI] Add stdlib2
Diffstat (limited to 'dev/ci/ci-stdlib2.sh')
| -rwxr-xr-x | dev/ci/ci-stdlib2.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-stdlib2.sh b/dev/ci/ci-stdlib2.sh new file mode 100755 index 0000000000..ec1c180d7d --- /dev/null +++ b/dev/ci/ci-stdlib2.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download stdlib2 + +( cd "${CI_BUILD_DIR}/stdlib2/src" && ./bootstrap && make && make install) |
