Skip to content

Commit

Permalink
remove binary count check
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed Oct 28, 2019
1 parent fa1bb0d commit 78dd2a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
Expand Down

0 comments on commit 78dd2a1

Please sign in to comment.