aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorJason Gross2018-08-31 15:22:52 -0400
committerJason Gross2018-09-01 04:37:59 -0400
commitf7cf1f7e6f7f010e57e925e2fbb76a52fef74068 (patch)
tree252047793a966fad1528f29e811585474699e739 /dev
parent17cb475550a0f4efe9f3f4c58fdbd9039f5fdd68 (diff)
Add overlay for HoTT
The overlay for HoTT should be merged right after this PR.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/jasongross-numeral-notation-4.sh5
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