Skip to content

Commit

Permalink
Makefile: check all qemu arches that are going to be used by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tpimh committed Jun 29, 2019
1 parent ff6e10d commit 1ecccb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ check:
@echo
$(DOCKER) run --rm -ti $(REPO):$(LATEST_TAG) qemu-system-aarch64 --version
@echo
$(DOCKER) run --rm -ti $(REPO):$(LATEST_TAG) qemu-system-i386 --version
@echo
$(DOCKER) run --rm -ti $(REPO):$(LATEST_TAG) qemu-system-x86_64 --version
@echo
$(DOCKER) run --rm -ti $(REPO):$(LATEST_TAG) qemu-system-ppc --version
@echo
$(DOCKER) run --rm -ti $(REPO):$(LATEST_TAG) qemu-system-ppc64 --version
@echo
$(DOCKER) run --rm -ti $(REPO):$(LATEST_TAG) qemu-system-mips --version
@echo
$(DOCKER) run --rm -ti $(REPO):$(LATEST_TAG) qemu-system-mipsel --version

deploy:
@REPO=$(REPO) DATE=$(DATE) LLVM_VERSION=$(LLVM_VERSION) bash deploy.sh
Expand Down

0 comments on commit 1ecccb8

Please sign in to comment.