Don't actually build package in travis

This commit is contained in:
Michal Moskal 2017-05-01 13:40:08 +01:00
parent 5080ffc519
commit 54aa4e0b6d
2 changed files with 4 additions and 3 deletions

View file

@ -25,4 +25,4 @@ install:
- export PATH=$PATH:$GCC_DIR/bin
script:
- make drop
- make all-boards

View file

@ -155,8 +155,9 @@ do-tag:
git push --tag
$(MAKE) drop
drop:
all-boards:
for f in `cd boards; ls` ; do $(MAKE) BOARD=$$f drop-board ; done
drop: all-boards
$(MAKE) VERSION=`awk '/define UF2_VERSION_BASE/ { gsub(/"v?/, ""); print $$3 }' inc/uf2.h` drop-pkg