Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early break when no artifacts are available. #52

Open
wants to merge 1 commit into
base: 7.0
Choose a base branch
from

Conversation

harryherold
Copy link

@harryherold harryherold commented Jun 22, 2022

If there are no artifacts at a page, build fails because

string(JSON artifacts_length LENGTH "${artifacts_json}" "artifacts")
foreach(idx RANGE 0 ${artifacts_length})

artifacts_length is -1 and then stop is smaller than start in the foreach loop.

@cristianadam
Copy link
Member

Thank you for the PR, but unfortunately we accept contributions only via gerrit. See https://wiki.qt.io/Qt_Creator#Setting_up_Gerrit_to_contribute_back_to_Qt_Creator for more details.

@see7di
Copy link

see7di commented Dec 18, 2022

I'm a first time user of this software, I installed 5 different versions and it keeps telling me "No CMake configuration found!", I give up.

@cristianadam
Copy link
Member

I'm a first time user of this software, I installed 5 different versions and it keeps telling me "No CMake configuration found!", I give up.

This is the wrong place to discuss Qt Creator usage. Please ask for help at https://forum.qt.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants