Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

makefile release process #141

Merged
merged 13 commits into from
Apr 12, 2021
Merged

makefile release process #141

merged 13 commits into from
Apr 12, 2021

Conversation

gijsio
Copy link
Contributor

@gijsio gijsio commented Mar 26, 2021

makefile combines libraries for shields into separate folders

Im not sure if this is the correct makefile procedure, but though to get started on it anyways

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

@peter-pycom peter-pycom left a comment

Choose a reason for hiding this comment

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

thanks!

Copy link
Contributor

@peter-pycom peter-pycom left a comment

Choose a reason for hiding this comment

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

as discussed, let's try to merge the pybytes and non-pybytes versions, otherwise we end up with 10 release artefacts.

also pls use the same order of things, so, if it's scan, sense, track (ok, alphabetical :) ) followed by sense, track for 2 - fine. then it should be the same order everywhere

@gijsio gijsio marked this pull request as ready for review April 9, 2021 14:50
@@ -28,6 +36,12 @@
lt = LTR329ALS01(py)
li = LIS2HH12(py)

pybytes_enabled = False
if 'pybytes' in globals().keys():
Copy link
Contributor

Choose a reason for hiding this comment

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

no keys()

@gijsio gijsio merged commit f24b3fb into master Apr 12, 2021
@gijsio gijsio deleted the make-release branch April 12, 2021 13:37
@gijsio gijsio restored the make-release branch April 12, 2021 13:38
@gijsio gijsio deleted the make-release branch April 12, 2021 13:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants