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

Produce Lyra builds (via Travis) #12

Closed
jdwelch opened this issue Dec 8, 2018 · 4 comments
Closed

Produce Lyra builds (via Travis) #12

jdwelch opened this issue Dec 8, 2018 · 4 comments
Labels
Good First Issue Good entry point for new contributors Help Wanted Extra attention is needed Type: Feature New feature or request

Comments

@jdwelch
Copy link
Contributor

jdwelch commented Dec 8, 2018

Enable and configure Travis to build (and optionally store) builds of Lyra for Linux and macOS

@jdwelch jdwelch added the Type: Feature New feature or request label Dec 9, 2018
@jdwelch
Copy link
Contributor Author

jdwelch commented Dec 10, 2018

#20

@jdwelch jdwelch self-assigned this Dec 11, 2018
@jdwelch
Copy link
Contributor Author

jdwelch commented Dec 11, 2018

#26

@jdwelch jdwelch removed their assignment Jan 19, 2019
@kenazk kenazk added this to the release 0.1 milestone Jan 25, 2019
@ahpook ahpook removed this from the release 0.1 milestone Mar 19, 2019
@ahpook
Copy link
Contributor

ahpook commented Mar 19, 2019

I'm gonna remove this from 0.1 - but we do need to come up with a packaging/release strategy.

@jdwelch jdwelch added Help Wanted Extra attention is needed Good First Issue Good entry point for new contributors labels Mar 21, 2019
@scottyw
Copy link
Contributor

scottyw commented Apr 23, 2019

In #242 we're changing the build dir structure to support this work:

build
 └─ bin
     └─ lyra
 └─ goplugins
     └─ aws
     └─ puppetdsl
     └─ ...

That aligns with the separation of bin from plugins that we're looking for in brew. We also need workflows and types. Ultimately the brew installation should look like this:

lyra/0.0.1
 └─ bin
     └─ lyra
 └─ goplugins
     └─ aws
     └─ puppetdsl
     └─ ...
 └─ workflows
     └─ aws_pp.pp
     └─ aws.yaml
     └─ ...
 └─ types
     └─ aws.pp
     └─ ...

@ahpook ahpook closed this as completed Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good entry point for new contributors Help Wanted Extra attention is needed Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants