Merge branch 'Arduino' into avr_core
This commit is contained in:
commit
8a76e1dd3b
|
|
@ -0,0 +1,2 @@
|
|||
html
|
||||
latex
|
||||
|
|
@ -9,6 +9,8 @@ cp ../src/* temp
|
|||
|
||||
# Copy resources
|
||||
cp keywords.txt temp
|
||||
cp install_* temp
|
||||
rm temp/install_local_*
|
||||
|
||||
# Copy examples
|
||||
cp -r examples/* temp/examples
|
||||
|
|
@ -24,4 +26,16 @@ cp -r ../doc/* temp/doc
|
|||
# Generate package
|
||||
mv temp MIDI
|
||||
zip -r MIDI.zip MIDI
|
||||
mv MIDI.zip Arduino_MIDI_Library_v.zip
|
||||
|
||||
|
||||
# Remove temp folder
|
||||
rm -rf MIDI
|
||||
|
||||
# Archive generated packaged
|
||||
|
||||
if [[ !( -d ../bin ) ]]
|
||||
then
|
||||
mkdir ../bin # Create archives location
|
||||
fi
|
||||
|
||||
mv MIDI.zip ../bin/Arduino_MIDI_Library.zip
|
||||
|
|
|
|||
Loading…
Reference in New Issue