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-ext-lib.sh | |
| parent | 010ef152611977770fa137ed5980205d412febe5 (diff) | |
renaming in Makefile.ci and ci scripts to avoid inconsistencies
Diffstat (limited to 'dev/ci/ci-ext-lib.sh')
| -rwxr-xr-x | dev/ci/ci-ext-lib.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev/ci/ci-ext-lib.sh b/dev/ci/ci-ext-lib.sh deleted file mode 100755 index 5eb167d97d..0000000000 --- a/dev/ci/ci-ext-lib.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -ci_dir="$(dirname "$0")" -. "${ci_dir}/ci-common.sh" - -git_download ext_lib - -( cd "${CI_BUILD_DIR}/ext_lib" && make && make install) |
