Changeset 15284


Ignore:
Timestamp:
05/16/20 06:29:34 (3 years ago)
Author:
Mark Evenson
Message:

ci: used patched version of cl+ssl

Until <https://github.com/cl-plus-ssl/cl-plus-ssl/pull/97> is
resolved, we need to test cl+ssl this way.

Location:
trunk/abcl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/.travis.yml

    r15280 r15284  
    5555  - ${ABCL_ROOT}/abcl --eval '(require :asdf)' --eval '(require :abcl-contrib)' --eval '(asdf:load-system :quicklisp-abcl :force t)' --eval '(progn (setf ql-util::*do-not-prompt* t)(ql:add-to-init-file))' --eval '(ext:quit)'
    5656
     57  # Install the patched version of cl+ssl
     58  - bash -x ${ABCL_ROOT}/ci/install-patched-cl+ssl.bash
     59
    5760  # Install the ANSI-TEST suite
    5861  - bash -x ${ABCL_ROOT}/ci/sync-ansi-test.bash
Note: See TracChangeset for help on using the changeset viewer.