From 78dd2a10d3968d27e736e27801b15d39521a147d Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Mon, 28 Oct 2019 10:36:01 -0400 Subject: [PATCH] remove binary count check --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index cc21575..6e0edcf 100644 --- a/Makefile +++ b/Makefile @@ -138,10 +138,6 @@ test-docker: # Check if there are 4 docker images/tas named "solokeys/solo-firmware-toolchain" NTAGS=$$(docker images | grep -c "solokeys/solo-firmware-toolchain") && [ $$NTAGS -eq 4 ] $(MAKE) docker-build-all - # Check that the builds were created - NFILES=$$(ls -l builds | grep -c "bootloader") && [ $$NFILES -eq 4 ] - NFILES=$$(ls -l builds | grep -c "bundle") && [ $$NFILES -eq 6 ] - NFILES=$$(ls -l builds | grep -c "firmware") && [ $$NFILES -eq 10 ] travis: $(MAKE) test VENV=". ../../venv/bin/activate;"