mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Upload the Axivion config files to gerrit
To review and comment on the rules. Task-number: QTQAINFRA-6577 Change-Id: I3c4f85e307533346d393ed32adccb75c106d882e Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
13
coin/provisioning/common/linux/axivion/start_analysis.sh
Executable file
13
coin/provisioning/common/linux/axivion/start_analysis.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
#Copyright (C) 2024 The Qt Company Ltd
|
||||
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
$HOME/bauhaus-suite/setup.sh --non-interactive
|
||||
export PATH=/home/qt/bauhaus-suite/bin:$PATH
|
||||
export BAUHAUS_CONFIG=$(cd $(dirname $(readlink -f $0)) && pwd)
|
||||
export AXIVION_VERSION_NAME=$(git rev-parse HEAD)
|
||||
export EXCLUDE_FILES="build/*:src/3rdparty/*"
|
||||
export MODULE=$TESTED_MODULE_COIN
|
||||
export PACKAGE="Add-ons"
|
||||
export IRNAME=build/$TESTED_MODULE_COIN.ir
|
||||
axivion_ci "$@"
|
||||
Reference in New Issue
Block a user