-
Notifications
You must be signed in to change notification settings - Fork 355
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 deployment job to CI #29
Conversation
8b50745
to
8f6972d
Compare
Blocked by #30 |
Also blocked by CosmWasm/optimizer#18 |
I closed #30 and CosmWasm/optimizer#19 is ready for review (to fix the build errors) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, nice setup. Hopefully I resolved the build bugs
.circleci/config.yml
Outdated
@@ -1,15 +1,23 @@ | |||
version: 2 | |||
workflows: | |||
version: 2 | |||
test: | |||
# test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these all commented out?
I assume just as WIP while testing the other script, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, in order to test the new job. You can revert or remove the commit "Dactivate test workflow" later
8f6972d
to
00ed028
Compare
I updated this to rust-optimizer:0.10.0. Let's see if it works now |
Note cw1-whitelist is super small, this is due to the fact the "library" feature is activated from the cw1-subkeys import, which affects the normal |
67a7762
to
561dde8
Compare
561dde8
to
1579fb4
Compare
Oops, I need to add a github token here. I will add it and try re-running the build |
No description provided.