Add core build
This commit is contained in:
parent
511b829e03
commit
411a576e7e
1 changed files with 4 additions and 3 deletions
|
@ -59,9 +59,10 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export PATH="$PATH:$srcdir/npm_cache/bin"
|
export PATH="$PATH:$srcdir/npm_cache/bin"
|
||||||
msg "Building 3rdparty"
|
msg "Building core"
|
||||||
cd "$builddir"/core/Common/3dParty
|
cd "$builddir"/build_tools
|
||||||
./make.sh
|
./configure.py --update 0 --module "core"
|
||||||
|
./make.py
|
||||||
msg "Building webapps"
|
msg "Building webapps"
|
||||||
cd "$builddir"/web-apps/build
|
cd "$builddir"/web-apps/build
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in a new issue