diff options
| author | Leonidas Lampropoulos | 2018-05-31 10:39:47 -0400 |
|---|---|---|
| committer | Leonidas Lampropoulos | 2018-06-02 18:06:34 -0400 |
| commit | 5610d73c418de33b2248eb08074fd2de0383f596 (patch) | |
| tree | 085964a06c0b0e91928bc606975462dfa1585f23 /dev/ci/ci-basic-overlay.sh | |
| parent | fb406f8b33014c63139bbafd472b6afe7a4f72c9 (diff) | |
QuickChick CI
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 5c882ee856..87d837b387 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -170,3 +170,15 @@ ######################################################################## : "${pidetop_CI_BRANCH:=v8.9}" : "${pidetop_CI_GITURL:=https://bitbucket.org/coqpide/pidetop.git}" + +######################################################################## +# ext-lib +######################################################################## +: "${ext_lib_CI_BRANCH:=master}" +: "${ext_lib_CI_GITURL:=https://github.com/coq-ext-lib/coq-ext-lib.git}" + +######################################################################## +# quickchick +######################################################################## +: "${quickchick_CI_BRANCH:=master}" +: "${quickchick_CI_GITURL:=https://github.com/QuickChick/QuickChick.git}" |
