Skip to content

Commit

Permalink
Added package script
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 17, 2020
1 parent 9281d0d commit 9796ee8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
# Package the repo for release

set -e # Exit when any command fails.
set -x # Echo all commands.

cd ..
set +e
rm pinetime-mynewt-rust.7z
set -e
7z a pinetime-mynewt-rust.7z pinetime-mynewt-rust

set +x # Stop echoing all commands.
echo ✅ ◾ ️Done!

0 comments on commit 9796ee8

Please sign in to comment.