File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
- name : Arduino Library CI
1
+ name : Build
2
2
3
3
on : [pull_request, push]
4
4
@@ -12,11 +12,14 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/setup-python@v1
15
+ - name : Setup Python
16
+ uses : actions/setup-python@v1
16
17
with :
17
18
python-version : ' 3.x'
18
- - uses : actions/checkout@v2
19
- - uses : actions/checkout@v2
19
+ - name : Checkout code
20
+ uses : actions/checkout@v2
21
+ - name : Checkout adafruit/ci-arduino
22
+ uses : actions/checkout@v2
20
23
with :
21
24
repository : adafruit/ci-arduino
22
25
path : ci
@@ -31,12 +34,14 @@ jobs:
31
34
runs-on : ubuntu-latest
32
35
needs : build
33
36
steps :
34
- - uses : actions/setup-python@v1
37
+ - name : Setup Python
38
+ uses : actions/setup-python@v1
35
39
with :
36
- python-version : ' 3.x'
37
- - uses : actions/checkout@v2
38
-
39
- - uses : actions/checkout@v2
40
+ python-version : ' 3.x'
41
+ - name : Checkout code
42
+ uses : actions/checkout@v2
43
+ - name : Checkout adafruit/ci-arduino
44
+ uses : actions/checkout@v2
40
45
with :
41
46
repository : adafruit/ci-arduino
42
47
path : ci
Original file line number Diff line number Diff line change 1
1
# Adafruit TinyUSB Library for Arduino
2
2
3
- [ ![ Build Status] ( https://travis-ci .com/adafruit/Adafruit_TinyUSB_Arduino.svg?branch=master )] ( https://travis-ci.com/adafruit/Adafruit_TinyUSB_Arduino ) [ ![ License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
3
+ [ ![ Build Status] ( https://github .com/adafruit/Adafruit_TinyUSB_Arduino/workflows/Build/badge .svg )] ( https://travis-ci.com/adafruit/Adafruit_TinyUSB_Arduino ) [ ![ License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
4
4
5
5
This library works with platform that includes [ TinyUSB stack] ( https://github.com/hathach/tinyusb ) , typically you will see ** Adafruit_TinyUSB_Core** inside core folder. Supported platform are:
6
6
You can’t perform that action at this time.
0 commit comments