Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
aareyes
Smart-Battery-Module-Info_For_Arduino
Commits
bd876239
Commit
bd876239
authored
Mar 20, 2020
by
Armin
Browse files
Github workflow
parent
b9390ddf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
.github/workflows/TestCompile.yml
.github/workflows/TestCompile.yml
+25
-0
README.md
README.md
+1
-0
src/.gitignore
src/.gitignore
+0
-2
No files found.
.github/workflows/TestCompile.yml
0 → 100644
View file @
bd876239
# TestCompile.yml
# Github workflow script to test compile all examples of an Arduino library repository.
#
# Copyright (C) 2020 Armin Joachimsmeyer
# https://github.com/ArminJo/Github-Actions
#
# Before being able to push to my .github\workflows directories,
# I had to create a new personal token with workflow enabled at https://github.com/settings/tokens
# This is the name of the workflow, visible on GitHub UI.
name
:
TestCompile
on
:
push
jobs
:
build
:
name
:
Test compiling examples for UNO
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@master
-
name
:
Compile all examples
uses
:
ArminJo/arduino-test-compile@master
with
:
libraries
:
LiquidCrystal
README.md
View file @
bd876239
# [SMB](https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino) - Smart Battery Module (Laptop Battery Pack) Info
# [SMB](https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino) - Smart Battery Module (Laptop Battery Pack) Info
### Version 3.1.1
### Version 3.1.1
[

](https://www.gnu.org/licenses/gpl-3.0)
[

](https://www.gnu.org/licenses/gpl-3.0)
[

](https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino/actions)
[

](https://github.com/brentvollebregt/hit-counter)
[

](https://github.com/brentvollebregt/hit-counter)
Prints SBM controller info
Prints SBM controller info
...
...
src/.gitignore
deleted
100644 → 0
View file @
b9390ddf
/lib/
/SBMInfo.cpp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment