Skip to content
Snippets Groups Projects
Commit 7de021b6 authored by Johan Helsing's avatar Johan Helsing
Browse files

Update README

parent d23937eb
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,11 @@ You can also test changes on codereview.qt-project.org by copying the `refs/xx/c
$ docker run -e QT_DOCKERTEST_QTWAYLAND_REV=refs/changes/26/231726/2 -e QT_DOCKERTEST_QT5_REV=dev -it docker-qt-tests
If you want to pass custom options to configure, you can do so by putting them
in a config.opt file and running docker like this:
$ docker run -v /path/to/custom/config.opt:/etc/qt/config.opt \
-e QT_DOCKERTEST_QTWAYLAND_REV=dev \
-e QT_DOCKERTEST_QT5_REV=dev \
-it docker-qt-tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment