diff options
| author | Emilio Jesus Gallego Arias | 2018-05-10 14:08:15 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-05-10 14:08:15 +0200 |
| commit | e559f7553030dc3a86936794d0f80f39b0131960 (patch) | |
| tree | f612099313b3790dde5c2e1edb38b71f429e9613 /dev/ci/ci-cross-crypto.sh | |
| parent | 45171b6e34f01392dabee285f616f3f6f4217e98 (diff) | |
| parent | fcb522e8a8994d80cb363096bda62fa30f762001 (diff) | |
Merge PR #7473: [ci] Add mit-plv/cross-crypto
Diffstat (limited to 'dev/ci/ci-cross-crypto.sh')
| -rwxr-xr-x | dev/ci/ci-cross-crypto.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/ci/ci-cross-crypto.sh b/dev/ci/ci-cross-crypto.sh new file mode 100755 index 0000000000..a0d3aa6551 --- /dev/null +++ b/dev/ci/ci-cross-crypto.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +cross_crypto_CI_DIR="${CI_BUILD_DIR}/cross-crypto" + +git_checkout "${cross_crypto_CI_BRANCH}" "${cross_crypto_CI_GITURL}" "${cross_crypto_CI_DIR}" +( cd "${cross_crypto_CI_DIR}" && git submodule update --init --recursive ) + +( cd "${cross_crypto_CI_DIR}" && make ) |
