File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -181,16 +181,12 @@ 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$ vi .github/workflows/githubci.yml
184
+ adafruit@adafruit:~/Adafruit_BMP183_Library$ cp * ~/Arduino/libraryes/Adafruit_Test_Library/
185
185
` ` `
186
- 7. Find out what boards to test. Open .github/workflows/ githubci.yml and find the line that runs build_platforms.py .
186
+ 7. Grep for build_platform.py in githubci.yml to find out what boards to test .
187
187
` ` ` bash
188
- vi .github/workflows/githubci.yml
189
- ` ` `
190
- These are the lines you're looking for
191
- ` ` ` bash
192
- - name: test platforms
193
- run: python3 ci/build_platform.py main_platforms
188
+ adafruit@adafruit:~/Adafruit_BMP183_Library$ grep 'build_platform.py' .github/workflows/githubci.yml
189
+ run: python3 ci/build_platform.py main_platforms
194
190
` ` `
195
191
8. Run test-platforms. This may take a while, and tests for some boards sometimes run orders of magnitude slower than tests for other boards.
196
192
` ` ` bash
You can’t perform that action at this time.
0 commit comments