File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ # TestCompile.yml
2+ # Github workflow script to test compile all examples of an Arduino library repository.
3+ #
4+ # Copyright (C) 2020 Armin Joachimsmeyer
5+ # https://github.com/ArminJo/Github-Actions
6+ #
7+ # Before being able to push to my .github\workflows directories,
8+ # I had to create a new personal token with workflow enabled at https://github.com/settings/tokens
9+
10+ # This is the name of the workflow, visible on GitHub UI.
11+ name : TestCompile
12+ on : push
13+ jobs :
14+ build :
15+ name : Test compiling examples for UNO
16+ runs-on : ubuntu-latest
17+ steps :
18+ - name : Checkout
19+ uses : actions/checkout@master
20+
21+ - name : Compile all examples
22+ uses : ArminJo/arduino-test-compile@master
23+ with :
24+ libraries : LiquidCrystal
25+
Original file line number Diff line number Diff line change 11# [ SMB] ( https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino ) - Smart Battery Module (Laptop Battery Pack) Info
22### Version 3.1.1
33[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
4+ [ ![ Build Status] ( https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino/workflows/TestCompile/badge.svg )] ( https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino/actions )
45[ ![ Hit Counter] ( https://hitcounter.pythonanywhere.com/count/tag.svg?url=https%3A%2F%2Fgithub.com%2FArminJo%2FSmart-Battery-Module-Info_For_Arduino )] ( https://github.com/brentvollebregt/hit-counter )
56
67Prints SBM controller info
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments