Skip to content
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

Change build path of binaries to build folder #1516

Merged
merged 19 commits into from
Mar 23, 2023

Conversation

ersonp
Copy link
Contributor

@ersonp ersonp commented Mar 14, 2023

Did you run make format && make check?

Fixes #

Changes:

  • build path of binaries moved from root to ./build
  • added new makefile rules

How to test this PR:

  1. Run make build
  2. Run cd ./build
  3. Run ./skywire-cli config gen -ir
  4. Run ./skywire-visor
  5. Check if it works on Mac, Linux and Windows
  6. Check other related makefile rules
  7. Test Autoconfig
  8. Run make build1 for old functionality i.e. build binaries in root

ersonp added 9 commits March 13, 2023 17:53
This commit adds the rules unfix-systray-vendor and bin-fix.

This content of the rule bin is moved to bin-fix and the rule unfix-systray-vendor reverts the changes made by fix-systray-vendor.

The rule bin now only uses fix-systray-vendor bin-fix unfix-systray-vendor as dependencies in that order.
Copy link
Contributor

@mrpalide mrpalide left a comment

Choose a reason for hiding this comment

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

Just move build output to build folder. And same as before, if user want run should go to build folder and do same as before every step, like generate config and run and etc.

pkg/skyenv/skyenv.go Show resolved Hide resolved
cmd/skywire-cli/README.md Outdated Show resolved Hide resolved
@0pcom 0pcom merged commit d2ad5bc into skycoin:develop Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants