matthewmueller / joy

A delightful Go to Javascript compiler (ON HOLD)
https://mat.tm/joy
GNU General Public License v3.0
1.32k stars 35 forks source link

dep init #77

Closed sudo-suhas closed 1 year ago

sudo-suhas commented 6 years ago

What does this do?

Closes #72.

sudo-suhas commented 6 years ago

@matthewmueller How do you configure semaphoreci? It would be better if CI also used dep for getting the dependencies. Here's some relevant documentation for using dep in CI - golang/dep:docs/FAQ.md@master#how-do-i-use-dep-in-ci.

matthewmueller commented 6 years ago

hey thanks for this! did you do anything special to get dep init working? i had troubles last time i tried.

definitely want to get dep going. agreed on the CI integration. i think we can just add a makefile command to semaphore to add this step.

please give me a couple days to test this out!

sudo-suhas commented 6 years ago

did you do anything special to get dep init working?

No, I did not have to do anything special. I installed dep using go get. Maybe that makes the difference?

i think we can just add a makefile command to semaphore

Should I push a commit which updates the install step in the makefile?

please give me a couple days to test this out!

Sure.

sudo-suhas commented 6 years ago

ping @matthewmueller.