improve build tools
This commit is contained in:
10
sbin/package_all.sh
Executable file
10
sbin/package_all.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
VERSION=$1
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
make clean
|
||||
$DIR/package_remote.sh pi picframe pi $VERSION
|
||||
$DIR/package_remote.sh pi raspberrypi pi-0 $VERSION
|
||||
$DIR/package.sh amd64 $VERSION
|
||||
mv build/slide_amd64_$VERSION.tar.gz .
|
||||
Reference in New Issue
Block a user