From 6be2614c30a0d37a7c579df2805fbf8c192ca57a Mon Sep 17 00:00:00 2001 From: Simon John Date: Sun, 21 Sep 2014 18:23:06 +0100 Subject: Removed Travis-CI references from all examples. Regular users are not affected by test scripts/makefiles. Added makefile and gcc version info to config output. Tested on Arduino 1.0.6 --- Common.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Common.mk') diff --git a/Common.mk b/Common.mk index 9aa36b8..f425b96 100644 --- a/Common.mk +++ b/Common.mk @@ -44,3 +44,20 @@ else endif endif $(call show_config_variable,CURRENT_OS,[AUTODETECTED]) + +######################################################################## +# +# Travis-CI +ifneq ($(TEST),) + DEPENDENCIES_DIR = /var/tmp/Arduino-Makefile-testing-dependencies + + DEPENDENCIES_MPIDE_DIR = $(DEPENDENCIES_DIR)/mpide-0023-linux64-20130817-test + ifeq ($(MPIDE_DIR),) + MPIDE_DIR = $(DEPENDENCIES_MPIDE_DIR) + endif + + DEPENDENCIES_ARDUINO_DIR = $(DEPENDENCIES_DIR)/arduino-1.0.5 + ifeq ($(ARDUINO_DIR),) + ARDUINO_DIR = $(DEPENDENCIES_ARDUINO_DIR) + endif +endif -- cgit v1.2.3