Changeset 15531
- Timestamp:
- 10/26/21 18:31:26 (17 months ago)
- Location:
- trunk/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/.github/workflows/abcl-test.yml
r15526 r15531 75 75 run: ./abcl --batch --load ./ci/test-static-vectors.lisp 76 76 77 - name: Test CL+SSL 78 run: ./abcl --batch --load ./ci/test-cl+ssl.lisp 79 77 80 - name: Test IRONCLAD 78 81 run: ./abcl --batch --load ./ci/test-ironclad.lisp … … 81 84 run: ./abcl --batch --load ./ci/test-ansi.lisp 82 85 83 - name: Test CL+SSL84 run: ./abcl --batch --load ./ci/test-cl+ssl.lisp85 86 86 87 -
trunk/abcl/.travis.yml
r15526 r15531 80 80 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-cffi.lisp 81 81 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-static-vectors.lisp 82 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-cl+ssl.lisp 82 83 # IRONCLAD takes a long time to test 83 84 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-ironclad.lisp 84 85 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-ansi.lisp 85 - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-cl+ssl.lisp 86 86 87 87 88 # This would build a release, which needs an installed TeX which is judged too
Note: See TracChangeset
for help on using the changeset viewer.