mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
32 lines
480 B
Bash
32 lines
480 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm ~/upload/* || true
|
|
|
|
export WINEDEBUG=-all wine program.exe
|
|
|
|
set -e
|
|
|
|
mkdir ~/upload || true
|
|
|
|
rm -r ~/upp.tmp || true
|
|
mkdir ~/upp.tmp || true
|
|
|
|
# bash ~/Scripts/www
|
|
|
|
cd ~/upp.src
|
|
git rev-list --count HEAD >~/upp-revision
|
|
cd ~
|
|
|
|
echo ------------------------- Win32
|
|
|
|
bash ~/Scripts/win
|
|
|
|
echo ------------------------- POSIX
|
|
|
|
bash ~/Scripts/posix
|
|
|
|
# bash ~/Scripts/deb64
|
|
|
|
chmod a=rw ~/upload/*
|
|
|
|
#bash ~/upp.src/lpbuild2/lpbuild.sh ~/upp.src/lpbuild2/nightly.cfg
|