Unverified Commit c1a21228 by Kewde Committed by GitHub

Quick upload script (need binary for v2.0)

parent f46fef58
......@@ -36,6 +36,19 @@ electron_test
publish
make clean
# TODO: remove me -start
cd ./lib/binding/
for dir in `ls | grep "electron-v2.0"`; do
echo "Zipping & Uploading $dir"
file=$(echo "${dir}.zip")
zip -R $file $dir
url="$(curl -H "Max-Days: 1" -s --upload-file $file https://transfer.sh/$file)\n"
echo "Uploaded file= ${url}"
done
cd ../../
# TODO: remove me -end
# now test building against shared sqlite
export NODE_SQLITE3_JSON1=no
if [[ $(uname -s) == 'Darwin' ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment