Skip to content

Commit 893fcd5

Browse files
committed
Merge branch 'master' of github.com:adafruit/ci-arduino
2 parents ecf8ece + 4fb9820 commit 893fcd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Travis CI Arduino Init Script [![Build Status](https://travis-ci.com/adafruit/travis-ci-arduino.svg?branch=master)](https://travis-ci.com/adafruit/travis-ci-arduino)
22

33
The purpose of this repo is to create a centrally managed dependency
4-
install script for all Adafruit Arduino Library Travis CI configs.
4+
install script for all Adafruit Arduino Library Travis CI and Github Actions configs.
55
This will allow us to easily update the install steps without
6-
having to manually or programatically update 100+ `.travis.yml` files.
6+
having to manually or programmatically update 100+ `.travis.yml` files.
77

88
We have a guide that you can use to follow along to install both TravisCI and Doxygen generation here https://learn.adafruit.com/the-well-automated-arduino-library/
99

@@ -17,7 +17,7 @@ source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/
1717
```
1818

1919
If you only want to install and build on certain platforms, you can set the
20-
`INSTALL_PLATFORMS` envionrment variable to a comma-seperated list of platforms.
20+
`INSTALL_PLATFORMS` environment variable to a comma-separated list of platforms.
2121

2222
**Example `.travis.yml`:**
2323
```yaml
@@ -181,7 +181,7 @@ deploy:
181181
```
182182
6. Still in the top-level directory of the library you'll be testing, copy the current library to Adafruit_Test_Library
183183
```bash
184-
adafruit@adafruit:~/Adafruit_BMP183_Library$ cp * ~/Arduino/libraryes/Adafruit_Test_Library/
184+
adafruit@adafruit:~/Adafruit_BMP183_Library$ cp * ~/Arduino/libraries/Adafruit_Test_Library/
185185
```
186186
7. Grep for build_platform.py in githubci.yml to find out what boards to test.
187187
```bash

0 commit comments

Comments
 (0)