diff options
| author | Gaëtan Gilbert | 2018-05-16 19:52:17 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-16 19:52:17 +0200 |
| commit | f01a1e45902bcd7ee077ead7037c809d776f35d2 (patch) | |
| tree | af65cfaa3463bf0711f037935b7735ce9a6713a9 /dev/ci/ci-basic-overlay.sh | |
| parent | aca979230e6ff72913c63b844954f1ec9dc24d61 (diff) | |
| parent | ed91bf1fce168026675f986a0069ca596ad2b806 (diff) | |
Merge PR #7514: [ci] Don't build lite versions of CI developments.
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index b7faea13ed..5c882ee856 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -11,6 +11,8 @@ ######################################################################## : "${mathcomp_CI_BRANCH:=master}" : "${mathcomp_CI_GITURL:=https://github.com/math-comp/math-comp.git}" +: "${oddorder_CI_BRANCH:=master}" +: "${oddorder_CI_GITURL:=https://github.com/math-comp/odd-order.git}" ######################################################################## # UniMath |
