Skip to content

Commit 29f5b9a

Browse files
author
James Foster
authored
Add option to speed up local tests (Open-Acidification#69)
* Copy files to add speedup code. * Add README.md describing why this was added and when it should be removed.
1 parent abc963f commit 29f5b9a

File tree

6 files changed

+1138
-0
lines changed

6 files changed

+1138
-0
lines changed

.github/actions/spelling/excludes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ LICENSE
1212
.all-contributorsrc
1313
.gitignore
1414
Makefile
15+
^other/*

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ Gemfile.lock
2929
vendor/*
3030
*.cpp.bin*
3131

32+
*libarduino*
33+
3234
# Doxygen Generated Files
3335
public

other/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
A [change](https://github.com/Arduino-CI/arduino_ci/pull/294) to arduino_ci gives us almost a 20x speed improvement. While we are waiting for that fix, we have the option of copying in the appropriate files and installing them in our own copy of the gem. Running `install.sh` does this.
2+
3+
See [this](https://github.com/Open-Acidification/TankController/issues/71) for a removal reminder.

0 commit comments

Comments
 (0)