diff options
| author | Olivier Laurent | 2020-04-30 15:55:14 +0200 |
|---|---|---|
| committer | Olivier Laurent | 2020-04-30 17:02:12 +0200 |
| commit | 6cc6b87f997d7a5e848203b49bfedfaa96c53bb2 (patch) | |
| tree | aec78a75e1b5e0785a9b5995043655a064005583 /dev/ci/ci-cross_crypto.sh | |
| parent | 010ef152611977770fa137ed5980205d412febe5 (diff) | |
renaming in Makefile.ci and ci scripts to avoid inconsistencies
Diffstat (limited to 'dev/ci/ci-cross_crypto.sh')
| -rwxr-xr-x | dev/ci/ci-cross_crypto.sh | 9 |
1 files changed, 9 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..900d12c1dd --- /dev/null +++ b/dev/ci/ci-cross_crypto.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +FORCE_GIT=1 +git_download cross_crypto + +( cd "${CI_BUILD_DIR}/cross_crypto" && git submodule update --init --recursive && make ) |
