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

[WIP]chore: move dependencies out of source. #113

Closed
wants to merge 26 commits into from
Closed

[WIP]chore: move dependencies out of source. #113

wants to merge 26 commits into from

Conversation

sleepdefic1t
Copy link
Contributor

This PR moves the build process and dependencies out of the source tree.

Specifically, this PR does the following.

  • moves submodules/deps to extern dir at root.
  • moves building out of source tree to build dir at root.
  • updates Cmake and PlatformIO build configs.
  • updates documentation.
  • updates changelog.

What kind of change does this PR introduce?

  • Build

Does this PR introduce a breaking change?

  • Yes
  • No

Does this PR release a new version?

  • Yes
  • No

The PR fulfills these requirements:

  • It's submitted to the develop branch, not the master branch
  • All tests are passing
  • New/updated tests are included

- moves submodules/deps to `extern` dir at root.
- moves building out of source tree to `build` dir at root.
- updates Cmake and PlatformIO build configs.
- updates documentation.
- updates changelog.
@ghost ghost added Complexity: Low Less than 64 lines changed. Type: Task The issue is a request to setup third-party integrations or any general non-code related tasks. Status: In Progress The issue or pull request is being worked on. labels Aug 12, 2019
@sleepdefic1t sleepdefic1t changed the title chore: move build and dependencies out of source. [WIP]chore: move dependencies out of source. Aug 13, 2019
@ghost ghost removed the Status: In Progress The issue or pull request is being worked on. label Aug 19, 2019
@sleepdefic1t sleepdefic1t deleted the chore/move-deps-oos branch August 19, 2019 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Low Less than 64 lines changed. Type: Task The issue is a request to setup third-party integrations or any general non-code related tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants