Tests: Add some more information to README

Change-Id: I84be21478f26a48cee271836793ff74835d456e9
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2022-02-11 10:20:14 +01:00
parent 39db18f968
commit fba9a3514f

View File

@@ -6,16 +6,15 @@ Limitations:
- Kits themselves need to be fixed up manually. - Kits themselves need to be fixed up manually.
- Shared mounts are restricted to locations on the host system - Shared mounts are restricted to locations on the host system
that can end up on the same absolute location in the container that can end up on the same absolute location in the container
- Windows host: Mounted drives cannot be used as shared mounts
What works: What works:
- Qmake in path is found - Qmake in path is found
- CMake in path is found - CMake in path is found
- Toolchain autodection finds gcc - Toolchain autodection finds gcc and clang
- Gdb in path is found - Gdb and lldb in path are found
- Building in the container with qmake works
- Building in the container with cmake works - Building in the container with cmake works
- Running locally or in a compatible docker container works - Running locally or in a compatible docker container works
@@ -30,7 +29,7 @@ For testing:
running ./build.sh. This builds a docker image containing a Desktop Qt running ./build.sh. This builds a docker image containing a Desktop Qt
build setup (including compiler etc) and second docker image container build setup (including compiler etc) and second docker image container
containing a run environment without the build tools, but e.g. with gdb containing a run environment without the build tools, but e.g. with gdb
for debugger testing for debugger testing and a third containing clang and lldb
- or - - or -