Force ccache on for simulator tests

pull/1069/merge
Jesse Vincent 3 years ago
parent 69d14584b7
commit 7a9588e404
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -34,6 +34,8 @@ export FQBN ?= keyboardio:virtual:model01
TESTS := $(shell cd $(tests_dir); find ${TEST_PATH} -name '*.ino' -exec dirname {} \;)
KALEIDOSCOPE_CCACHE = 1
include $(top_dir)/etc/makefiles/arduino-cli.mk
# If we start off in tests to run make all, the sketch makefiles guess the wrong location for

Loading…
Cancel
Save