-
Notifications
You must be signed in to change notification settings - Fork 16
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 CircleCI build #4
Conversation
6cb6cc6
to
12c10de
Compare
@@ -11,7 +11,7 @@ install: [jbuilder install] | |||
remove: [jbuilder uninstall] | |||
|
|||
depends: [ | |||
"async" {= "v0.9.1"} |
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.
v0.9.1 doesn't exist.. oops.
@@ -1,3 +1,5 @@ | |||
[![CircleCI](https://circleci.com/gh/arenadotio/pgx.svg?style=shield)](https://circleci.com/gh/arenadotio/pgx) |
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.
Can remove the comment from line 16 now that this is added.
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.
Done
@@ -11,7 +11,7 @@ install: [jbuilder install] | |||
remove: [jbuilder uninstall] | |||
|
|||
depends: [ | |||
"async" {= "v0.9.1"} |
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.
Is this change relevant to circle ci?
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.
This is required because we're using opam install --deps-only pgx_async
, and v0.9.1
doesn't exist. I moved the change to a different commit with a description.
v0.9.1 doesn't exist. We didn't run into this internally since we don't use the .opam files in our repo.
12c10de
to
952b782
Compare
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.
Lgtm!
No description provided.