diff options
| author | Gaëtan Gilbert | 2018-12-06 17:26:34 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-12-06 17:26:34 +0100 |
| commit | e5909ae2043fedf57b64005ba57aedd209e6d42d (patch) | |
| tree | 6577d799115958af96adda35860f6c6fc1ae27b4 /dev/ci/ci-basic-overlay.sh | |
| parent | a2c8b7df8a0702ab716c0b97ad63d235b58b93a0 (diff) | |
| parent | 16fc1dc48db795630999e732946350fd5449569b (diff) | |
Merge PR #9140: [ci] Add four color theorem proof to CI
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 688472836e..9727d42a90 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -13,6 +13,10 @@ : "${mathcomp_CI_GITURL:=https://github.com/math-comp/math-comp}" : "${mathcomp_CI_ARCHIVEURL:=${mathcomp_CI_GITURL}/archive}" +: "${fourcolor_CI_REF:=master}" +: "${fourcolor_CI_GITURL:=https://github.com/math-comp/fourcolor}" +: "${fourcolor_CI_ARCHIVEURL:=${fourcolor_CI_GITURL}/archive}" + : "${oddorder_CI_REF:=master}" : "${oddorder_CI_GITURL:=https://github.com/math-comp/odd-order}" : "${oddorder_CI_ARCHIVEURL:=${oddorder_CI_GITURL}/archive}" |
