Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

arBmind/qbs-clang-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Docker image with Qbs, clang and Qt

This docker image is used to run continuious integrations and local builds with the Qbs build system.

The image contains a clang as the main compiler. The qt variants also contain some qt module.

Usage

Use it like qbs command line.

docker run -it \
    --mount src="$(pwd)",target=/build,type=bind \
    -w /build \
    qbs-clang10:latest \
    build -d /tmp/qbs -p autotest-runner

This mounts your current directory to /build in the container. Changes the workdir to /build and runs qbs with build path /tmp/qbs and targets the autotest-runner.

About

Qbs with Clang & Qt as Docker Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published