mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-01-31 00:52:48 +01:00
commit
6bde15ff78
@ -24,8 +24,8 @@ fi
|
|||||||
cd "$PRJ" || (echo "Unable to change directory to source code folder" && exit 1)
|
cd "$PRJ" || (echo "Unable to change directory to source code folder" && exit 1)
|
||||||
npm i @types/jquery
|
npm i @types/jquery
|
||||||
mkdir -p "$DEST/os"
|
mkdir -p "$DEST/os"
|
||||||
BUILDDIR="$DEST" make release
|
BUILDDIR="$DEST/os" make release
|
||||||
mkdir -p "$DEST/grs"
|
mkdir -p "$DEST/grs"
|
||||||
BUILDDIR="$DEST" make standalone_tags
|
BUILDDIR="$DEST/grs" make standalone_tags
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
} 2>&1 | tee "/opt/www/htdocs/ci/log/${PRJ}_${BRANCH}.txt"
|
} 2>&1 | tee "/opt/www/htdocs/ci/log/${PRJ}_${BRANCH}.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user