-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall-travis-deps.sh
executable file
·12 lines (11 loc) · 1.16 KB
/
install-travis-deps.sh
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env sh
#first clone Quicklisp stuff
git clone https://github.com/deadtrickster/cl-events.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/cl-events
git clone https://github.com/deadtrickster/ia-hash-table.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/ia-hash-table
git clone https://github.com/deadtrickster/safe-queue.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/safe-queue
git clone https://github.com/deadtrickster/eventfd.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/eventfd
git clone https://github.com/fukamachi/quri.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/quri
git clone https://github.com/cl-rabbit/cl-amqp.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/cl-amqp
git clone https://github.com/cl-rabbit/cl-bunny.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/cl-bunny
git clone https://github.com/pkhuong/string-case.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/string-case
git clone https://github.com/sionescu/bordeaux-threads.git /home/travis/.roswell/impls/ALL/ALL/quicklisp/local-projects/bordeaux-threads