diff options
| author | Enrico Tassi | 2020-11-25 15:44:55 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-26 12:06:25 +0100 |
| commit | 0c49f8c4c03659126e7976390fc6ec876fd6c1ce (patch) | |
| tree | 31d76626e0d5f852786d9e36944f117af7d09142 /dev/ci | |
| parent | 0c3b900708bbc79e411ea0e60017abde89106a95 (diff) | |
[ci] coquelicot, depend on ssr proper
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-coquelicot.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/ci/ci-coquelicot.sh b/dev/ci/ci-coquelicot.sh index 5b4d953e7b..777d36a6d7 100755 --- a/dev/ci/ci-coquelicot.sh +++ b/dev/ci/ci-coquelicot.sh @@ -3,8 +3,6 @@ ci_dir="$(dirname "$0")" . "${ci_dir}/ci-common.sh" -install_ssreflect - git_download coquelicot ( cd "${CI_BUILD_DIR}/coquelicot" && ( if [ ! -x ./configure ]; then autoreconf -i -s && ./configure; fi ) && ./remake "-j${NJOBS}" && ./remake install ) |
