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 more build step types #7

Open
lylythechosenone opened this issue Jan 11, 2023 · 0 comments
Open

Add more build step types #7

lylythechosenone opened this issue Jan 11, 2023 · 0 comments

Comments

@lylythechosenone
Copy link
Collaborator

lylythechosenone commented Jan 11, 2023

Currently there is only one: Clone. Building an app with this singular instruction is quite difficult, so I think it's safe to say we need more step types.

Some examples might include:

  • Copy - copy files from one location to another
  • Command - run a shell command/shell script

Additionally, packages should be able to specify their own build steps. For example, when included as a build dependency, rust could have a cargo build step that runs cargo build in a given directory.

@lylythechosenone lylythechosenone converted this from a draft issue Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant