-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into hmac_auth
- Loading branch information
Showing
11 changed files
with
304 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,7 +149,7 @@ jobs: | |
- name: Deploy to github pages | ||
if: "(github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')" | ||
uses: peaceiris/[email protected].0 | ||
uses: peaceiris/[email protected].2 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ${{ github.workspace }}/code_docs/ModularSensorsDoxygen/m.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,57 +47,57 @@ jobs: | |
- name: Install ModularSensors from the master branch | ||
run: | | ||
pio pkg install -g --library https://github.com/EnviroDIY/ModularSensors | ||
pio pkg install -g -l https://github.com/EnviroDIY/ModularSensors | ||
# Uninstall graphics libraries from Adafruit | ||
- name: Uninstall Adafruit GFX Library library | ||
continue-on-error: true | ||
run: | | ||
echo "::debug::Removing Adafruit GFX Library" | ||
pio pkg uninstall --library -g adafruit/Adafruit GFX Library | ||
pio pkg uninstall -g -l "adafruit/Adafruit GFX Library" | ||
- name: Uninstall Adafruit NeoPixel library | ||
continue-on-error: true | ||
run: | | ||
echo "::debug::Removing Adafruit NeoPixel" | ||
pio pkg uninstall --library -g adafruit/Adafruit NeoPixel | ||
pio pkg uninstall -g -l "adafruit/Adafruit NeoPixel" | ||
- name: Uninstall Adafruit SSD1306 library | ||
continue-on-error: true | ||
run: | | ||
echo "::debug::Removing Adafruit SSD1306" | ||
pio pkg uninstall --library -g adafruit/Adafruit SSD1306 | ||
pio pkg uninstall -g -l "adafruit/Adafruit SSD1306" | ||
- name: Uninstall Adafruit ADXL343 library | ||
continue-on-error: true | ||
run: | | ||
echo "::debug::Removing Adafruit ADXL343" | ||
pio pkg uninstall --library -g adafruit/Adafruit ADXL343 | ||
pio pkg uninstall -g -l "adafruit/Adafruit ADXL343" | ||
- name: Uninstall Adafruit STMPE610 library | ||
continue-on-error: true | ||
run: | | ||
echo "::debug::Removing Adafruit STMPE610" | ||
pio pkg uninstall --library -g adafruit/Adafruit STMPE610 | ||
pio pkg uninstall -g -l "adafruit/Adafruit STMPE610" | ||
- name: Uninstall Adafruit TouchScreen library | ||
continue-on-error: true | ||
run: | | ||
echo "::debug::Removing Adafruit TouchScreen" | ||
pio pkg uninstall --library -g adafruit/Adafruit TouchScreen | ||
pio pkg uninstall -g -l "adafruit/Adafruit TouchScreen" | ||
- name: Uninstall Adafruit ILI9341 library | ||
continue-on-error: true | ||
run: | | ||
echo "::debug::Removing Adafruit ILI9341" | ||
pio pkg uninstall --library -g adafruit/Adafruit ILI9341 | ||
pio pkg uninstall -g -l "adafruit/Adafruit ILI9341" | ||
# zip up all the installed libraries | ||
# need to cd into the pio directory so we don't get extra junk directories | ||
- name: Zip libraries | ||
run: | | ||
echo "::debug::Listing global libraries" | ||
pio pkg list --library -g -v | ||
pio pkg list -g -v --only-libraries | ||
echo "::debug::Zipping global libraries" | ||
cd /home/runner/.platformio/ | ||
zip ${{ env.ZIP_NAME }}.zip -r lib | ||
|
@@ -151,7 +151,7 @@ jobs: | |
# Create a new release | ||
- name: Create release | ||
id: create_release | ||
uses: softprops/[email protected].14 | ||
uses: softprops/[email protected].15 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,3 +108,4 @@ compile_results.log | |
continuous_integration_artifacts/* | ||
arduino_cli.log | ||
**/sensor_tests/* | ||
docs/Doxyfile.bak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2a9457c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lint_errors
2a9457c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All sensor and variable subclasses must be included in the Menu a la Carte example
missing_menu_docs
2a9457c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All sensor and variable subclasses must be included in the Menu a la Carte example
missing_menu_docs
2a9457c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lint_errors