Skip to content

Commit

Permalink
Merge pull request #6323 from kaspar030/blacklist_aversiveplusplus
Browse files Browse the repository at this point in the history
tests: pkg_aversiveplusplus: temporarily disable CI building
  • Loading branch information
OlegHahm committed Jan 11, 2017
2 parents deeb487 + cb85785 commit 5875024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/pkg_aversiveplusplus/Makefile
@@ -1,6 +1,11 @@
APPLICATION = pkg_aversiveplusplus
include ../Makefile.tests_common

# temporarily disable for CI
ifeq ($(RIOT_CI_BUILD), 1)
BOARD_WHITELIST := "none"
endif

USEPKG += aversiveplusplus
FEATURES_REQUIRED += cpp
CXXEXFLAGS += -std=c++11
Expand Down

0 comments on commit 5875024

Please sign in to comment.