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

Add CI CLI #13

Open
azukaar opened this issue Jun 5, 2019 · 0 comments
Open

Add CI CLI #13

azukaar opened this issue Jun 5, 2019 · 0 comments

Comments

@azukaar
Copy link
Owner

azukaar commented Jun 5, 2019

Add a CLI to generate CI configuration.
The CI configuration generated should not detail steps and shouldn't need to be manually changed. They should point instead to scripts defined in a ci/.. folder.

# use provider-circleci to generate .circleci configuration
# will generate the ci/ folder if missing
g ci circleci 

The ci/ folder will contain the generic scripts like build.gs/test.gs/publish.gs

And each CI config will install GuPM and run the specific config that will always run build/test or publish

Should add the hook :

  • generate-ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant