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

Improvement/library submodule #195

Merged
merged 4 commits into from
May 3, 2024
Merged

Conversation

crsz20
Copy link
Member

@crsz20 crsz20 commented May 3, 2024

Summary

Created a new repo to link our custom libraries as a git submodule. Changes are centralized and repos using the new repo can share their updates.

Unit tests will be moved to the new repo. So now, DataAcquisition2.0 only performs project builds.

Remarks

To clone from scratch:
git clone --recurse-submodules -b improvement/library-submodule https://github.com/DallasFormulaRacing/DataAcquisition2.0


To try this out if you already have the repo cloned:

git fetch
git switch improvement/library-submodule
git submodule update --init


You should see the git submodule in the following path: `Project/DAQ_System/Program` named as `DFR_Libraries/`.

@crsz20 crsz20 requested a review from NicoOhR May 3, 2024 03:41
@crsz20 crsz20 merged commit 02e2872 into develop May 3, 2024
1 check passed
@NicoOhR NicoOhR deleted the improvement/library-submodule branch July 19, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant