source: tags/1.7.0/ci/test-cl+ssl.lisp

Last change on this file was 15288, checked in by Mark Evenson, 4 years ago

ci: test CL+SSL

Update version of ci tested CL+SSL to use patch for openjdk14, and
update the local version of the patch under <file:patches/>.

File size: 137 bytes
Line 
1#+abcl
2(progn 
3  (require :asdf)
4  (require :abcl-contrib))
5
6(ql:quickload :cl+ssl)
7(ql:quickload :cl+ssl.test)
8
9(fiveam:run-all-tests)
10
Note: See TracBrowser for help on using the repository browser.