diff options
| author | Enrico Tassi | 2020-11-24 17:47:18 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-26 11:18:45 +0100 |
| commit | e79430126e2d0ec55aec5937c53abba22f0df307 (patch) | |
| tree | 6fd0caac6138419e1599b3f895f5c258d7ba9ab7 | |
| parent | 02a04a2a98cc20c83f8465ab992e39ce4380f94e (diff) | |
[ci] coquelicot, run make install
| -rwxr-xr-x | dev/ci/ci-coquelicot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-coquelicot.sh b/dev/ci/ci-coquelicot.sh index ffe92dcecf..a5405a2b62 100755 --- a/dev/ci/ci-coquelicot.sh +++ b/dev/ci/ci-coquelicot.sh @@ -7,4 +7,4 @@ install_ssreflect git_download coquelicot -( cd "${CI_BUILD_DIR}/coquelicot" && autoreconf -i -s && ./configure && ./remake "-j${NJOBS}" ) +( cd "${CI_BUILD_DIR}/coquelicot" && autoreconf -i -s && ./configure && ./remake "-j${NJOBS}" && ./remake install ) |
