Skip to content

Commit

Permalink
Try to fix Travis by forcing serial execution in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
emosenkis committed Dec 10, 2019
1 parent 825b9c4 commit 9738560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ CFLAGS += -DAES256=1 -DSOLO_EXPERIMENTAL=1 -DDEBUG_LEVEL=1

name = main

.PHONY: all $(LIBCBOR) $(LIBSOLO) black blackcheck cppcheck wink fido2-test clean full-clean travis test clean version
.NOTPARALLEL: all
.PHONY: all $(LIBCBOR) $(LIBSOLO) black blackcheck cbor cppcheck wink fido2-test clean full-clean travis test clean version
all: main

tinycbor/Makefile crypto/tiny-AES-c/aes.c:
git submodule update --init

.PHONY: cbor
cbor: $(LIBCBOR)

$(LIBCBOR):
Expand Down Expand Up @@ -135,4 +135,4 @@ test-docker:
travis:
$(MAKE) test VENV=". ../../venv/bin/activate;"
$(MAKE) test-docker
$(MAKE) black
$(MAKE) black

0 comments on commit 9738560

Please sign in to comment.