Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Create Makefile #330

Merged
merged 6 commits into from
Dec 4, 2021
Merged

Create Makefile #330

merged 6 commits into from
Dec 4, 2021

Conversation

bbernays
Copy link
Contributor

@bbernays bbernays commented Dec 2, 2021

Make it easier to develop the cq-provider-aws

you can run a specific e2e test like this:

make testName=TestIntegrationElasticbeanstal e2e-test

Copy link
Member

@yevgenypats yevgenypats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, few comments.

Makefile Outdated
curl -L https://github.com/cloudquery/cloudquery/releases/latest/download/cloudquery_Darwin_x86_64 -o cloudquery
chmod +x ./cloudquery

install-cq-mac:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the difference between install-cq, install-cq-mac (twice). I think we can get the OS and the arch automatically and put it in an env?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we can't, how about mac-m1? Or how about this:

install-cq:
@echo Go to https://docs.cloudquery.io/install-instructions and do the thing there please

(ie. I'm questioning whether it's needed to have it here)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left install-cq target in there because that is what I use. I would love to support automatically detecting arch and os.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the instructions under this target. When we can support dynamic detection we can replace it with the automated install

Makefile Show resolved Hide resolved
@bbernays bbernays requested a review from disq December 3, 2021 15:41
Copy link
Contributor

@spangenberg spangenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@roneli roneli merged commit 8d5097a into cloudquery:main Dec 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants