Skip to content

chore: move packages out of source#156

Merged
faustbrian merged 7 commits intoArkEcosystemArchive:developfrom
sleepdefic1t:chore/move-packages-oos
Oct 8, 2019
Merged

chore: move packages out of source#156
faustbrian merged 7 commits intoArkEcosystemArchive:developfrom
sleepdefic1t:chore/move-packages-oos

Conversation

@sleepdefic1t
Copy link
Contributor

Summary

External libraries are currently submoduled in the source tree which leads to more complex builds and makes maintaining and debugging more difficult.

This PR moves external libraries to extern in the root dir and drops submodules in favor CMake methods of fetching dependencies.

Specifically, this PR does the following:

  • removes all git submodules.
  • adds CMake configs to get extern libs.
  • updates CMake configurations and naming.
  • makes building tests optional.
  • updates build scripts.
  • updates Actions/CI scripts and workflow.
  • updates PIO configuration files.
  • updates the Arduino IDE helper script.
  • updates the changelog.

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

Additional Comments

PIO build failure is resolved in #155

@faustbrian
Copy link
Contributor

@sleepdefic1t platformio failing

@faustbrian faustbrian merged commit 6ec802b into ArkEcosystemArchive:develop Oct 8, 2019
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.

2 participants