This program is built and tested in the cloud-based continuous integration services listed below. For each service, there has to be a way to install or download a Lisp compiler. Also, on Windows, Cygwin is used to provide a Unix build environment with make, gcc, etc.
This documents the configuration for all services. Some services use files checked into the repository, others require information entered into their web interface.
OS: Windows
File: appveyor.yml
OS: MacOS X
File: bitrise.yml
OS: Linux: Ubuntu 12
File: circle.yml
OS: Linux: Ubuntu 12
File: .gitlab-ci.yml
OS: Linux: Ubuntu 14
File: .scrutinizer.yml
git submodule update --init
test/install-deps.sh install_linux
Build:
make check M32=
Post thread:
git submodule deinit --force .
OS: Linux: Ubuntu 12, MacOS X
File: .travis.yml