diff options
| author | Jason Gross | 2018-08-31 15:22:52 -0400 |
|---|---|---|
| committer | Jason Gross | 2018-09-01 04:37:59 -0400 |
| commit | f7cf1f7e6f7f010e57e925e2fbb76a52fef74068 (patch) | |
| tree | 252047793a966fad1528f29e811585474699e739 /dev/ci | |
| parent | 17cb475550a0f4efe9f3f4c58fdbd9039f5fdd68 (diff) | |
Add overlay for HoTT
The overlay for HoTT should be merged right after this PR.
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/user-overlays/jasongross-numeral-notation-4.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/jasongross-numeral-notation-4.sh b/dev/ci/user-overlays/jasongross-numeral-notation-4.sh new file mode 100644 index 0000000000..76aa37d380 --- /dev/null +++ b/dev/ci/user-overlays/jasongross-numeral-notation-4.sh @@ -0,0 +1,5 @@ +if [ "$CI_PULL_REQUEST" = "8064" ] || [ "$CI_BRANCH" = "numeral-notation-4" ]; then + HoTT_CI_REF=fix-for-numeral-notations + HoTT_CI_GITURL=https://github.com/JasonGross/HoTT + HoTT_CI_ARCHIVEURL=${HoTT_CI_GITURL}/archive +fi |
