Skip to content

Add ci control to mbed_app.json #91

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

Merged
merged 1 commit into from
Jan 20, 2020
Merged

Add ci control to mbed_app.json #91

merged 1 commit into from
Jan 20, 2020

Conversation

JammuKekkonen
Copy link
Contributor

No description provided.

@JammuKekkonen JammuKekkonen changed the title Update README.md Add ci control to mbed_app.json Jan 17, 2020
@JammuKekkonen
Copy link
Contributor Author

run-ci

mbed_app.json Outdated
@@ -324,6 +325,11 @@
"help" : "Helper macro to enable calculation of rom regions. target.header_offset and target.app_offset still needs to be calculated manually, though.",
"value" : "(32*1024)",
"macro_name": "MBED_BOOTLOADER_SIZE"
},
"run-ci": {
"help" : "Configuration item to control what verification is done to the target. 0=nothing, 1=build, 2=build+test",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proposal:

The level of CI verification level.

0 = ignored
1 = build-only
2 = build + E2E tests

@JammuKekkonen
Copy link
Contributor Author

build-only

@iot-pdmc
Copy link
Collaborator

@JammuKekkonen JammuKekkonen merged commit ede4f6f into master Jan 20, 2020
@JammuKekkonen JammuKekkonen deleted the ci-test-branch branch January 20, 2020 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants