diff options
| author | Jason Gross | 2020-01-27 23:49:38 -0500 |
|---|---|---|
| committer | Jason Gross | 2020-01-28 20:17:31 -0500 |
| commit | 6298eba97c81b42a7f4024e2c87da8e9bc12b2b2 (patch) | |
| tree | 70a3f37b75fca848714deb789d551d4f6f8a02c0 /dev/ci/ci-basic-overlay.sh | |
| parent | 60dd89f3a9b946875cc38678f50bd50431bafa3d (diff) | |
Add reduction-effects to the CI
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 9e9e3b4cfa..7342bc72e7 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -259,6 +259,13 @@ : "${quickchick_CI_ARCHIVEURL:=${quickchick_CI_GITURL}/archive}" ######################################################################## +# reduction-effects +######################################################################## +: "${reduction_effects_CI_REF:=master}" +: "${reduction_effects_CI_GITURL:=https://github.com/coq-community/reduction-effects}" +: "${reduction_effects_CI_ARCHIVEURL:=${reduction_effects_CI_GITURL}/archive}" + +######################################################################## # menhirlib ######################################################################## : "${menhirlib_CI_REF:=master}" |
