Skip to content

Commit

Permalink
work to get travis-ci to build variants when tagged for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Dec 30, 2019
1 parent 8f19fe0 commit 784a8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uSDCard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ all : card deploy
deploy : ${ZD}${PROJECT}.zip
mv $< ..

${ZD}${PROJECT}.zip : ${CONTENTS} ${FIRMWARE} README.md
#${ZD}${PROJECT}.zip : ${CONTENTS} ${FIRMWARE} README.md
${ZD}${PROJECT}.zip : ${CONTENTS} README.md
sed -i '1s/^/${VERSION}\n/' $</README.md
# cp ${FIRMWARE} $</firmware.bin
rm -f $@
Expand Down

0 comments on commit 784a8cd

Please sign in to comment.