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:
commit
ed098f954f
@ -3,4 +3,8 @@ include ../Makefile.tests_common
|
||||
|
||||
USEPKG += libfixmath
|
||||
|
||||
ifeq ($(TRAVIS),true)
|
||||
BOARD_WHITELIST := -
|
||||
endif
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
@ -13,4 +13,8 @@ BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery
|
||||
|
||||
USEMODULE += libfixmath-unittests
|
||||
|
||||
ifeq ($(TRAVIS),true)
|
||||
BOARD_WHITELIST := -
|
||||
endif
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user