Skip to content

Commit

Permalink
Don't actually build package in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed May 1, 2017
1 parent 5080ffc commit 54aa4e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,4 +25,4 @@ install:
- export PATH=$PATH:$GCC_DIR/bin

script:
- make drop
- make all-boards
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -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

0 comments on commit 54aa4e0

Please sign in to comment.