1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #1648 from Kijewski/no-test-libfixmath

tests: don't build test/libfixmath on Travis CI
This commit is contained in:
René Kijewski 2014-09-11 15:01:36 +02:00
commit ed098f954f
2 changed files with 8 additions and 0 deletions

View File

@ -3,4 +3,8 @@ include ../Makefile.tests_common
USEPKG += libfixmath
ifeq ($(TRAVIS),true)
BOARD_WHITELIST := -
endif
include $(RIOTBASE)/Makefile.include

View File

@ -13,4 +13,8 @@ BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery
USEMODULE += libfixmath-unittests
ifeq ($(TRAVIS),true)
BOARD_WHITELIST := -
endif
include $(RIOTBASE)/Makefile.include