Skip to content
Snippets Groups Projects
Johan Klokkhammer Helsing's avatar
Johan Helsing authored
202e7a0b
History
Name Last commit Last update
scripts
.dockerignore
Dockerfile
README.md

Docker container for running Qt auto-tests

This container uses a headless Weston server and llvmpipe to run Qts auto tests with OpenGL and Wayland without requiring a display (i.e. it can run on a server)

Usage

Usage is very simple, like almost any other docker image

Build:

$ docker build -t docker-qt-tests .

Run:

$ docker run -e QT_DOCKERTEST_QTWAYLAND_REV=<sha1> -it docker-qt-tests