Install to /usr/racket
This commit is contained in:
parent
e68f332201
commit
62ddbbf702
|
@ -1,7 +1,8 @@
|
||||||
before_install:
|
before_install:
|
||||||
- chmod u+rx ./install-racket.sh
|
- chmod u+rx ./install-racket.sh
|
||||||
|
- ls -l ./install-racket.sh
|
||||||
- sudo ./install-racket.sh
|
- sudo ./install-racket.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- raco make main.rkt
|
- /usr/racket/bin/raco make main.rkt
|
||||||
- raco test -x .
|
- /usr/racket/bin/raco test -x .
|
||||||
|
|
|
@ -14,7 +14,7 @@ echo "Running Racket installer"
|
||||||
chmod u+rx "$RACKET_INSTALLER"
|
chmod u+rx "$RACKET_INSTALLER"
|
||||||
"$RACKET_INSTALLER" <<EOF
|
"$RACKET_INSTALLER" <<EOF
|
||||||
no
|
no
|
||||||
4
|
1
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user