Changeset 15385 for trunk/abcl/.travis.yml
- Timestamp:
- 09/26/20 11:23:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/.travis.yml
r15378 r15385 56 56 57 57 # Install the patched version of cl+ssl 58 - bash -x ${ABCL_ROOT}/ci/install-cl+ssl.bash58 # - bash -x ${ABCL_ROOT}/ci/install-cl+ssl.bash 59 59 60 60 # Install the patched version of cffi 61 - bash -x ${ABCL_ROOT}/ci/install-cffi.bash 61 # - bash -x ${ABCL_ROOT}/ci/install-cffi.bash 62 63 # Install the patched version of static-vectors 64 # - bash -x ${ABCL_ROOT}/ci/install-static-vectors.bash 65 66 # Install Jeannie for testing 67 - bash -x ${ABCL_ROOT}/ci/install-jeannie.bash 62 68 63 69 # Install the ANSI-TEST suite 64 70 - bash -x ${ABCL_ROOT}/ci/install-ansi-test.bash 65 71 66 # Install the patched version of static-vectors67 - bash -x ${ABCL_ROOT}/ci/install-static-vectors.bash68 69 # Install Jeannie for testing70 - bash -x ${ABCL_ROOT}/ci/install-jeannie.bash71 72 72 73 # TODO: figure out how to add abcl to our path 73 74 74 75 script: 75 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/ abcl-prove.lisp76 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-abcl-prove.lisp 76 77 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-static-vectors.lisp 77 78 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-cffi.lisp … … 79 80 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-abcl-introspect.lisp 80 81 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-abcl.lisp 82 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-jeannie.lisp 81 83 # IRONCLAD takes a long time to test, so we place it near the end 82 84 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-ironclad.lisp
Note: See TracChangeset
for help on using the changeset viewer.