-
Notifications
You must be signed in to change notification settings - Fork 172
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
CI: different pipelines for this repo and generated templates #133
Comments
|
Ah, I see |
There might be better options, but using Appveyor worked for years for this use case. I don't know about gitpod. Orkun created it. Would be good to understand how this is used. |
Nah, I just assumed we had nothing for testing the template because nothing seemed to run on PRs. If we have something, I'm happy. |
@orkunkl What's the gitpod for? It looks pretty unused. It's only triggered for the Is it meant to only be built for the |
Gitpod is an vscode coding environment on the browser. The idea back then putting in gitpod to generated repos to enable devs to be able to open up an environment. Then Oraichain team built an IDE that works with vscode and gitpod enabling cw development on browser(like remix ide). @ducphamle2 is running the cw ide project. He can give ideas if the |
@orkunkl Thank you for referencing the IDE. Basically with Gitpod, you can put .gitpod.yml file in the root of the workspace and choose the git repo URL through the IDE (works with any branch, not just master), then it will create the dev environment with the repo you want. I don't know if that's what you guys currently need or not |
* It would make sense to set up some automatic testing of the template (generate a template -> run a bunch of commands likecargo test
,cargo schema
, etc).At a glance, it looks like this might be possible with pre-hooks:
https://cargo-generate.github.io/cargo-generate/templates/scripting.html
The text was updated successfully, but these errors were encountered: