This directory contains Jenkinsfiles and Dockerfiles used for testing Wt at Emweb. These are included in the main Wt repository since they may be of interest to external contributors or users of Wt as well.
minimal
: a Wt build with a minimum of features enabled on Ubuntu, testing once with threading support enabled, and once with threading support disabled. This is run often to provide immediate feedback on new commits.freebsd
: same asminimal
, but on FreeBSD (this machine is provisioned manually)minver
: same asminimal
, but on an older version of Ubuntu using the minimum GCC and Boost versions we're claiming to support at the momentfull
: a Wt build with almost all features enableddb
: uses the Dockerfile offull
. Builds Wt with all database backends except for Firebird, and runs the database tests using sidecar containers.