From e88743cc0a48994395e6fbde8743c20ddfb796b1 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Fri, 31 Jul 2020 16:40:08 +0300 Subject: baremetal: Add basic docker-compose auto-tests configuration This commit adds a basic 'docker-compose' configuration which allows to produce the bare-metal tests. Current docker image contains the following toolchains: * gcc-arm-none-eabi * gcc-avr * gcc-msp430 * sdcc Change-Id: I7e020081dcb763d704c309ffd96fa03b3c56e4fb Reviewed-by: Ivan Komissarov Reviewed-by: Richard Weickelt --- docker-compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docker-compose.yml') 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: -- cgit v1.2.3