diff options
| author | Gaëtan Gilbert | 2018-02-05 13:35:48 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-02-05 13:35:48 +0100 |
| commit | 783c7d09492f64d3a00673f8d698da3bcef6c503 (patch) | |
| tree | eed6593ba7a9062a05dc1db08e69604f8815235d | |
| parent | a16be5c566a989e3ba02117ebd912d6025fd54fb (diff) | |
Add overlay for equations (nf_beta takes an env)
| -rw-r--r-- | dev/ci/user-overlays/06686-ccnv-no-proj.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/06686-ccnv-no-proj.sh b/dev/ci/user-overlays/06686-ccnv-no-proj.sh new file mode 100644 index 0000000000..3a3ab44e03 --- /dev/null +++ b/dev/ci/user-overlays/06686-ccnv-no-proj.sh @@ -0,0 +1,4 @@ +if [ "$CI_PULL_REQUEST" = "6686" ] || [ "$CI_BRANCH" = "ccnv-no-proj" ]; then + Equations_CI_BRANCH=ccnv-fixes + Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations +fi |
