Don't actually build package in travis
This commit is contained in:
parent
5080ffc519
commit
54aa4e0b6d
2 changed files with 4 additions and 3 deletions
|
|
@ -25,4 +25,4 @@ install:
|
|||
- export PATH=$PATH:$GCC_DIR/bin
|
||||
|
||||
script:
|
||||
- make drop
|
||||
- make all-boards
|
||||
|
|
|
|||
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue