Added vectorchecks disabled build

This commit is contained in:
Johannes Lenzen
2021-02-09 12:27:37 +01:00
parent 7cc8cd0bf4
commit f6d62bf1f4
8 changed files with 125 additions and 48 deletions

View File

@@ -0,0 +1,24 @@
#----------- Job Informations:
# Type: Build: {{BUILDTYPE}}
# OS: Linux
# Compiler: {{COMPILER}}
# Language: {{LANGUAGE}}
nvc-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
stage: build
script: "CI/ci-linux-build.sh"
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
variables:
COMPILER: "{{COMPILER}}"
LANGUAGE: "{{LANGUAGE}}"
BUILD_TYPE: "{{BUILDTYPE}}"
QTVERSION: "{{QT_VERSION}}"
IWYU: "no"
VECTORCHECKS: "no"
artifacts:
paths:
- build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}/compile_commands.json
- build-{{COMPILER}}-{{LANGUAGE}}-{{BUILDTYPE}}-{{QT_VERSION}}/iwyu.dump