Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Feb 10, 2016
1 parent 8ffb7a5 commit bf230c9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ dependencies:
test:
override:
- ros run -- --version
# With thread support.
- ros -s prove -s cl-coveralls
-e '(or (coveralls:with-coveralls (:exclude (list "t" "quicklisp"))
(prove:run :lake-test))
(uiop:quit -1))'
# Without thread support.
- ros -s prove -s cl-coveralls
-e '(or (coveralls:with-coveralls (:exclude (list "t" "quicklisp"))
"With thread support."
(prove:run :lake-test)
"Without thread support."
(setf *features* (remove :thread-support *features*))
(prove:run :lake-test))
(uiop:quit -1))'

0 comments on commit bf230c9

Please sign in to comment.