Skip to content

Commit

Permalink
REMOVE ME ONLY TO TEST MURDOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
cladmi committed Apr 10, 2018
1 parent 088b94d commit 049d4c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/buildtests.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildtest:
for board in $(BOARDS); do \
$(COLOR_ECHO) -n "Building for $$board ... " ; \
BOARD=$${board} RIOT_CI_BUILD=1 RIOT_VERSION_OVERRIDE=buildtest \
$(MAKE) clean >/dev/null 2>&1; \
$(MAKE) clean all -j $(NPROC) >/dev/null 2>&1; \
RES=$$? ; \
if [ $$RES -eq 0 ]; then \
Expand Down

0 comments on commit 049d4c2

Please sign in to comment.