Changeset 15161


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

ci: figure out what directory 'script' is invoked from

File:
1 edited

Legend:

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

    r15160 r15161  
    1818
    1919install:
     20  - echo $(cwd)
    2021  - ant abcl
    2122  - mkdir -p ~/quicklisp/local-projects && cd ~/quicklisp/local-projects && git clone https://github.com/cffi/cffi && cd cffi && git show-ref && git rev-parse
     
    2425
    2526script:
    26   - ./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)'
    27   - ./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  - 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)'
    2829
    2930 
Note: See TracChangeset for help on using the changeset viewer.