/try-test-in-docker

Experiment repository to test Common Lisp library in docker on Travis.CI

Primary LanguageCommon Lisp

Build Status

try-test-in-docker

Usage

If you want test your Common Lisp project under the following conditions, copy .travis.yml and test-docker folder to your project. Then, register your project to Travis CI.

If you want to add (delete) some Common Lisp implementations that can be installed using ros install (command of Roswell), edit the following files after copying.

  • .travis.yml: Add (Delete) implementation to the following matrix
    env:
      matrix:
        - LISP=sbcl-bin
        - LISP=ccl-bin
  • test-docker/Dockerfile: Add (Delete) ros install to the following RUN command
    RUN ros install ccl-bin && \
        ros install rove

License

These codes are licensed under CC0.

CC0