File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
2
2
3
3
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.
5
5
This will allow us to easily update the install steps without
6
6
having to manually or programatically update 100+ ` .travis.yml ` files.
7
7
@@ -181,7 +181,7 @@ deploy:
181
181
` ` `
182
182
6. Still in the top-level directory of the library you'll be testing, copy the current library to Adafruit_Test_Library
183
183
` ` ` 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/
185
185
` ` `
186
186
7. Grep for build_platform.py in githubci.yml to find out what boards to test.
187
187
` ` ` bash
You can’t perform that action at this time.
0 commit comments