Skip to content

Commit f418fb0

Browse files
authored
Makefile allows faster compile/test cycle (#416)
* WIP: now compiling and linking without errors but does not run! * Works for BlinkTest.cpp! * With the Makefile, repeating tests takes 11 seconds instead of 3 min 17 sec. Changes to a test take about 15 seconds and changes to a source file take about 25 seconds to run all the tests. * Cleanup to match Arduino CI sample. * Use jgfoster's branch of arduino_ci to assist in testing performance. * Add FatFileLFN to Makefile. * Add `FatFilePrint` to Makefile.
1 parent 2063444 commit f418fb0

File tree

2 files changed

+660
-1
lines changed

2 files changed

+660
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
2-
gem 'arduino_ci', github: 'Arduino-CI/arduino_ci', branch: 'master'
2+
# gem 'arduino_ci', github: 'Arduino-CI/arduino_ci', branch: 'master'
3+
gem 'arduino_ci', github: 'jgfoster/arduino_ci', branch: 'makefile'
34

45
# Following are alternate ways to reference a specific tag or commit
56
# This is helpful when a change to arduino_ci breaks the tests

0 commit comments

Comments
 (0)