ipfs / ci-helpers

Helper scripts for C.I.
6 stars 8 forks source link

build packages in temporary directories #3

Closed Stebalien closed 6 years ago

Stebalien commented 6 years ago

If we build them all from the project root, the results will all go in the project root (which is a bit of a problem if the built binary has the same name as the package's directory).

We could just CD into the package's directory but it's safer to just build all this stuff in a temporary directory.

Note: I haven't tested this fix.

kevina commented 6 years ago

I was trying a solution that may of been more efficient, but it was getting to complicated so let's just go with this.