diff options
| author | hathach <[email protected]> | 2013-05-09 17:23:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-09 17:23:48 +0700 |
| commit | 69ecb430f71bc466d63b0d1f7d99b8f714cf06bd (patch) | |
| tree | 236f1d1cd678b45edab731580ac518f3a131e2e9 | |
| parent | 7e93dc2c8de261dd4a73f703a471525c00d0184e (diff) | |
force pointer 32 bit using gcc option -m32 for travis build
| -rw-r--r-- | tests/project.yml | 18 |
1 files changed, 8 insertions, 10 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 [] - :test: - - *common_defines - - _TEST_ -std=gnu99 - - MCU=MCU_LPC43XX + :commmon: &common_defines + - MCU=MCU_LPC43XX -std=gnu99 -m32 - CORE_M4 - __CODE_RED - _TINY_USB_SOURCE_FILE_ + :test: + - *common_defines + - _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: |
