aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2023-04-14 11:20:29 +0000
committerHeikki Halmet <heikki.halmet@qt.io>2023-04-14 11:46:15 +0000
commit38d5d64bb60c28ab935e983a23f1c5133b30611f (patch)
treeb51006c97939376c4106c189646d876612548e97
parent3bd5276efde97a0783f3e07c29050dd0fcf3a6da (diff)
Change Id's for license service targets
Change-Id: I2c042844f77a8f31431beee242f2c07119071f6e Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--coin/platform_configs/default.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index bae4273..f77c160 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -2,21 +2,21 @@ Version: 2
Module only: true
Configurations:
-
- Id: 'licheck-rhel'
+ Id: 'license-service-rhel'
Template: 'qtci-linux-RHEL-8.4-x86_64-50'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']
Environment variables: [
'COMMON_CMAKE_ARGS=-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++']
-
- Id: 'licheck-ubuntu-16'
+ Id: 'license-service-ubuntu'
Template: 'qtci-linux-Ubuntu-16.04-x86_64-50'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']
Environment variables: [
'COMMON_CMAKE_ARGS=-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++']
-
- Id: 'licheck-windows'
+ Id: 'license-service-windows'
Template: 'qtci-windows-10_21H2-x86_64-51'
Compiler: 'MSVC2022'
Features: ['Packaging', 'DisableTests']