summaryrefslogtreecommitdiff
path: root/coin/axivion/ci_config_linux.json
diff options
context:
space:
mode:
authorMatti Paaso <matti.paaso@qt.io>2023-01-13 07:35:16 +0200
committerMatti Paaso <matti.paaso@qt.io>2023-05-17 14:04:48 +0300
commit5379e93c65ccf4b878a0508622e0f6d368798d48 (patch)
treef3170d0a7f45bee9c7d87a67dfa506f61d1a5366 /coin/axivion/ci_config_linux.json
parent15eca98214d10e4ee5c49e9dbcee002687826fd2 (diff)
downloadqtbase-dev.tar.gz
Add Axivion analysis commandsHEADdev
Task-number: QTQAINFRA-5244 Change-Id: Ib577237d73863140386edce9acc2913acc9e2813 Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/axivion/ci_config_linux.json')
-rw-r--r--coin/axivion/ci_config_linux.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/coin/axivion/ci_config_linux.json b/coin/axivion/ci_config_linux.json
new file mode 100644
index 0000000000..2354781590
--- /dev/null
+++ b/coin/axivion/ci_config_linux.json
@@ -0,0 +1,65 @@
+{
+ "Project": {
+ "Git": {
+ "_active": true,
+ "sourceserver_gitdir": "/data/axivion/databases/$(env:TESTED_MODULE_COIN).git"
+ },
+ "BuildSystemIntegration": {
+ "child_order": [
+ "GCCSetup",
+ "CMake",
+ "LinkLibraries"
+ ]
+ },
+ "CMake": {
+ "_active": true,
+ "_copy_from": "CMakeIntegration",
+ "build_environment": {},
+ "build_options": "-j4",
+ "generate_options": "--fresh",
+ "generator": "Ninja"
+ },
+ "GCCSetup": {
+ "_active": true,
+ "_copy_from": "Command",
+ "build_command": "gccsetup --cc gcc --cxx g++ --config ../../../axivion/"
+ },
+ "LinkLibraries": {
+ "_active": true,
+ "_copy_from": "AxivionLinker",
+ "input_files": [
+ "build/lib/lib*.so*.ir"
+ ],
+ "ir": "build/$(env:TESTED_MODULE_COIN).ir",
+ "plugin_files": [
+ "build/plugins/*/lib*.so*.ir"
+ ]
+ },
+ "Project-GlobalOptions": {
+ "ci_mode": {
+ "clean_before": false
+ },
+ "directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
+ "ir": "build/$(env:TESTED_MODULE_COIN).ir",
+ "name": "qt_$(env:TESTED_MODULE_COIN)_dev_$(env:TARGET_OS_COIN)"
+ }
+ },
+ "Results": {
+ "Dashboard": {
+ "dashboard_url": "https://axivion-srv.ci.qt.io/axivion/"
+ },
+ "Database": {
+ "ci_mode": {
+ "directory": "/data/axivion/databases"
+ }
+ }
+ },
+ "_Format": "1.0",
+ "_Version": "trunk-9e0ef9c5818",
+ "_VersionNum": [
+ 7,
+ 6,
+ 9999,
+ 11489
+ ]
+}