Changeset 15531


Ignore:
Timestamp:
10/26/21 18:31:26 (17 months ago)
Author:
Mark Evenson
Message:

ci: reorder the now-passing CL+SSL more immediately after CFFI

Location:
trunk/abcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/.github/workflows/abcl-test.yml

    r15526 r15531  
    7575        run: ./abcl --batch --load ./ci/test-static-vectors.lisp
    7676
     77      - name: Test CL+SSL
     78        run: ./abcl --batch --load ./ci/test-cl+ssl.lisp
     79
    7780      - name: Test IRONCLAD
    7881        run: ./abcl --batch --load ./ci/test-ironclad.lisp
     
    8184        run: ./abcl --batch --load ./ci/test-ansi.lisp
    8285
    83       - name: Test CL+SSL
    84         run: ./abcl --batch --load ./ci/test-cl+ssl.lisp
    8586         
    8687
  • trunk/abcl/.travis.yml

    r15526 r15531  
    8080  - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-cffi.lisp
    8181  - ${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
    8283  # IRONCLAD takes a long time to test
    8384  - ${ABCL_ROOT}/abcl --batch --load ${ABCL_ROOT}/ci/test-ironclad.lisp
    8485  - ${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
    8687
    8788  # This would build a release, which needs an installed TeX which is judged too
Note: See TracChangeset for help on using the changeset viewer.