Added debug output

This commit is contained in:
Johannes Lenzen
2021-02-02 14:21:53 +01:00
parent f97bded9e5
commit 10fb852ae6
5 changed files with 36 additions and 137 deletions

View File

@@ -7,14 +7,8 @@
build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
stage: build
script: "CI/ci-linux-build.sh {{COMPILER}} {{LANGUAGE}} {{BUILDTYPE}}"
script: "CI/ci-linux-build.sh {{COMPILER}} {{LANGUAGE}} {{BUILDTYPE}} {{QT_VERSION}}"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
variables:
COMPILER: "{{COMPILER}}"
LANGUAGE: "{{LANGUAGE}}"
QTVERSION: "{{QT_VERSION}}"
BUILDTYPE: "{{BUILDTYPE}}"
GIT_SUBMODULE_STRATEGY: recursive
tags:
- Linux
- stretch