aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index cd0bad7d2..901d28b93 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,6 +5,7 @@ x-default-service: &linux
environment:
- BUILD_OPTIONS
- QTEST_FUNCTION_TIMEOUT
+ - QBS_AUTOTEST_PROFILE
volumes:
- .:/qbs
- ~/.ccache:/home/devel/.ccache
@@ -44,6 +45,14 @@ services:
args:
QT_VERSION: 5.14.0
+ focal-baremetal:
+ << : *linux
+ hostname: focal-baremetal
+ image: ${DOCKER_USER:-qbsbuild}/qbsdev:focal-baremetal-0
+ build:
+ dockerfile: docker/focal/test-baremetal.Dockerfile
+ context: .
+
windows:
image: ${DOCKER_USER:-qbsbuild}/qbsdev:windowsservercore-5.15.0_1.16.0-0
build: