23 lines
248 B
Bash
23 lines
248 B
Bash
#!/usr/bin/env bash
|
|
|
|
#cd server/nodejs
|
|
#grunt platform
|
|
|
|
##cd ../../
|
|
|
|
##cd Code/client/src
|
|
##sh buildxcf.sh
|
|
|
|
cd Code/client
|
|
|
|
sh build-layers.sh
|
|
sh build-ve-layers.sh
|
|
sh build-ve-layers-release.sh
|
|
|
|
cd ../../
|
|
|
|
sh ./update_xtest.sh
|
|
sh build_linux.sh
|
|
|
|
|