From 69ecb430f71bc466d63b0d1f7d99b8f714cf06bd Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 9 May 2013 17:23:48 +0700 Subject: [PATCH] force pointer 32 bit using gcc option -m32 for travis build --- tests/project.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/tests/project.yml b/tests/project.yml index e9ea87dd3..174c1568c 100644 --- a/tests/project.yml +++ b/tests/project.yml @@ -41,21 +41,19 @@ # in order to add common defines: # 1) remove the trailing [] from the :common: section # 2) add entries to the :common: section (e.g. :test: has TEST defined) - :commmon: &common_defines [] + :commmon: &common_defines + - MCU=MCU_LPC43XX -std=gnu99 -m32 + - CORE_M4 + - __CODE_RED + - _TINY_USB_SOURCE_FILE_ :test: - *common_defines - - _TEST_ -std=gnu99 - - MCU=MCU_LPC43XX - - CORE_M4 - - __CODE_RED - - _TINY_USB_SOURCE_FILE_ + - _TEST_ :test_preprocess: - *common_defines - - _TEST_ -std=gnu99 - - MCU=MCU_LPC43XX - - CORE_M4 - - __CODE_RED - - _TINY_USB_SOURCE_FILE_ + - _TEST_ +# :release: +# :release_preprocess: #:flags: # :test: