Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Add "HEADCS" for Racket-on-Chez snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberalArtist authored and Greg Hendershott committed Nov 19, 2018
1 parent 92344e0 commit 4779de7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ env:
- RACKET_VERSION=6.12
- RACKET_VERSION=7.0
- RACKET_VERSION=HEAD
- RACKET_VERSION=HEADCS
- RACKET_VERSION=RELEASE

# You may want to test against certain versions of Racket, without
Expand Down
7 changes: 7 additions & 0 deletions install-racket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ if [[ "$RACKET_VERSION" = "HEAD" ]]; then
else
URL="${NWU_BASE}/racket-test-current-x86_64-linux-precise.sh"
fi
elif [[ "$RACKET_VERSION" = "HEADCS" ]]; then
UTAH_BASE="https://www.cs.utah.edu/plt/snapshots/current/installers"
if [[ "$RACKET_MINIMAL" = "1" ]]; then
URL="${UTAH_BASE}/min-racket-current-x86_64-linux-cs-xenial.sh"
else
URL="${UTAH_BASE}/racket-current-x86_64-linux-cs-xenial.sh"
fi
elif [[ "$RACKET_VERSION" = 5.3* ]]; then
if [[ "$RACKET_MINIMAL" = "1" ]]; then
URL="${DL_BASE}/${RACKET_VERSION}/racket-textual/racket-textual-${RACKET_VERSION}-bin-x86_64-linux-debian-squeeze.sh"
Expand Down

0 comments on commit 4779de7

Please sign in to comment.