diff options
| author | Théo Zimmermann | 2018-08-16 11:31:46 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-08-31 11:11:46 +0200 |
| commit | 440a00f20b9768e769dabe399bef16074f30f7cd (patch) | |
| tree | 8719ebb2c70bcc1ef5f4e4af78c92cfe4ef78aae /dev/ci/ci-simple-io.sh | |
| parent | bf1446294dba45d3ea9b7bb39d2fc96617848c03 (diff) | |
[ci] Fix QuickChick by adding new simple-io dependency.
Diffstat (limited to 'dev/ci/ci-simple-io.sh')
| -rwxr-xr-x | dev/ci/ci-simple-io.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-simple-io.sh b/dev/ci/ci-simple-io.sh new file mode 100755 index 0000000000..66f9801b3c --- /dev/null +++ b/dev/ci/ci-simple-io.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +simple_io_CI_DIR="${CI_BUILD_DIR}/simple-io" + +git_checkout "${simple_io_CI_BRANCH}" "${simple_io_CI_GITURL}" "${simple_io_CI_DIR}" + +( cd "${simple_io_CI_DIR}" && make build && make install) |
