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

Updated example for custom build targets in README #26

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

stollr
Copy link
Contributor

@stollr stollr commented Mar 14, 2024

The example misses the level in the config.

massive_build:
    targets:
        main:
            target_one: ~
            target_two: ~
            target_three: ~
        quick:
            target_one: ~

Should be written as

massive_build:
    targets:
        main:
            dependencies:
                target_one: ~
                target_two: ~
                target_three: ~
        quick:
            dependencies:
                target_one: ~

The example misses the  level in the config.
@alexander-schranz alexander-schranz merged commit ef3ee6c into massiveart:0.5 Mar 14, 2024
3 of 5 checks passed
@alexander-schranz
Copy link
Member

@stollr Thank you!

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.

2 participants