Changeset 15163


Ignore:
Timestamp:
11/21/19 15:05:08 (4 years ago)
Author:
Mark Evenson
Message:

ci: try to ensure that the abcl wrapper is in our path

File:
1 edited

Legend:

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

    r15162 r15163  
    2020  - echo $(pwd)
    2121  - ant abcl
     22  - ln -s /home/travis/build/easye/abcl/dist /usr/local/bin/abcl
    2223  - mkdir -p ~/quicklisp/local-projects && cd ~/quicklisp/local-projects && git clone https://github.com/cffi/cffi && cd cffi && git show-ref && git rev-parse
    23 
    2424  - mkdir -p ../ansi-test && cd .. && git clone https://gitlab.common-lisp.net/ansi-test/ansi-test && cd ansi-test && git show-ref && git rev-parse
    2525
    2626script:
    27   - cd && ./abcl --eval '(require :asdf)' --eval '(require :abcl-contrib)' --eval '(asdf:load-system :quicklisp-abcl :force t)' --eval '(ql:quickload :cl+ssl.test)' --eval '(fiveam:run-all-tests)' --eval '(ext:quit)'
    28   - cd && ./abcl --eval '(require :asdf)' --eval '(require :abcl-contrib)' --eval '(asdf:load-system :quicklisp-abcl :force t)' --eval '(ql:quickload :cffi-tests)' --eval --eval '(asdf:test-system :cffi)' --eval '(ext:quit)'
     27  - abcl --eval '(require :asdf)' --eval '(require :abcl-contrib)' --eval '(asdf:load-system :quicklisp-abcl :force t)' --eval '(ql:quickload :cl+ssl.test)' --eval '(fiveam:run-all-tests)' --eval '(ext:quit)'
     28  - abcl --eval '(require :asdf)' --eval '(require :abcl-contrib)' --eval '(asdf:load-system :quicklisp-abcl :force t)' --eval '(ql:quickload :cffi-tests)' --eval --eval '(asdf:test-system :cffi)' --eval '(ext:quit)'
    2929
    3030 
Note: See TracChangeset for help on using the changeset viewer.