diff --git a/ci/generate_azure_pipelines_matrices.py b/ci/generate_azure_pipelines_matrices.py index b06994da..9813385c 100644 --- a/ci/generate_azure_pipelines_matrices.py +++ b/ci/generate_azure_pipelines_matrices.py @@ -177,8 +177,8 @@ def __init__(self, platform, build_jobs): check_output_cmd="ls -lh ./Examples/Qt-6.1.3/charts/ ./Examples/Qt-6.1.3/demos/ ./Examples/Qt-6.1.3/tutorials/", ), # test for list commands - BuildJob('list-qt', '6.1.0', 'linux', 'desktop', 'gcc_64', '', spec=">6.0,<6.1.1", list_options={'HAS_WASM': "False"}), - BuildJob('list-qt', '6.1.0', 'linux', 'android', 'android_armv7', '', spec=">6.0,<6.1.1", list_options={}), + BuildJob('list-commands', '6.1.0', 'linux', 'desktop', 'gcc_64', '', spec=">6.0,<6.1.1", list_options={'HAS_WASM': "False"}), + BuildJob('list-commands', '6.1.0', 'linux', 'android', 'android_armv7', '', spec=">6.0,<6.1.1", list_options={}), ] ) diff --git a/ci/steps.yml b/ci/steps.yml index dd7742ee..4dabe178 100644 --- a/ci/steps.yml +++ b/ci/steps.yml @@ -81,7 +81,7 @@ steps: [[ $($(QT_BINDIR)/qmake -query QT_HOST_PREFIX) == "$(OUTPUT_DIR)/$(QT_VERSION)/$(ARCHDIR)" ]] fi fi - if [[ "$(SUBCOMMAND)" == "list" ]]; then + if [[ "$(SUBCOMMAND)" == "list-commands" ]]; then aqt list-qt $(HOST) # print all targets for host aqt list-tool $(HOST) $(TARGET) # print all tools for host/target aqt list-tool $(HOST) $(TARGET) qt3dstudio_runtime_240 # print all tool variant names for qt3dstudio @@ -179,7 +179,7 @@ steps: eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.OS'], 'Darwin') ), - ne(variables['SUBCOMMAND'], 'list-qt'), + ne(variables['SUBCOMMAND'], 'list-commands'), ne(variables['SUBCOMMAND'], 'install-tool') ) displayName: Build accelbubble example application to test for android