mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Use the official master branch of Roswell.
This commit is contained in:
parent
66d7a5af70
commit
5fceea7d90
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ env:
|
|||
|
||||
install:
|
||||
# Install Roswell
|
||||
- curl -L https://raw.githubusercontent.com/fukamachi/roswell/fix-prefix/scripts/install-for-ci.sh | sh
|
||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/fukamachi/clack ~/lisp/clack
|
||||
|
|
|
@ -4,7 +4,7 @@ machine:
|
|||
|
||||
checkout:
|
||||
pre:
|
||||
- curl -L https://raw.githubusercontent.com/fukamachi/roswell/fix-prefix/scripts/install-for-ci.sh | sh
|
||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
|
||||
- case $CIRCLE_NODE_INDEX in
|
||||
0) ros config set default.lisp sbcl-bin ;;
|
||||
1) ros install ccl-bin;
|
||||
|
|
Loading…
Add table
Reference in a new issue