force pointer 32 bit using gcc option -m32 for travis build

This commit is contained in:
hathach 2013-05-09 17:23:48 +07:00
parent 7e93dc2c8d
commit 69ecb430f7
1 changed files with 9 additions and 11 deletions

View File

@ -41,21 +41,19 @@
# in order to add common defines: # in order to add common defines:
# 1) remove the trailing [] from the :common: section # 1) remove the trailing [] from the :common: section
# 2) add entries to the :common: section (e.g. :test: has TEST defined) # 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: :test:
- *common_defines - *common_defines
- _TEST_ -std=gnu99 - _TEST_
- MCU=MCU_LPC43XX
- CORE_M4
- __CODE_RED
- _TINY_USB_SOURCE_FILE_
:test_preprocess: :test_preprocess:
- *common_defines - *common_defines
- _TEST_ -std=gnu99 - _TEST_
- MCU=MCU_LPC43XX # :release:
- CORE_M4 # :release_preprocess:
- __CODE_RED
- _TINY_USB_SOURCE_FILE_
#:flags: #:flags:
# :test: # :test: