forked from EVOgeek/Vmeda.Online
MOBILE-3163 aot: Compile security branch too
This commit is contained in:
parent
9196371f50
commit
d460608cf7
@ -4,7 +4,7 @@
|
||||
npm list --depth=0
|
||||
|
||||
# Compile AOT.
|
||||
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
|
||||
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ $TRAVIS_BRANCH == 'security' ] || [ -z $TRAVIS_BRANCH ] ; then
|
||||
cd scripts
|
||||
./build_lang.sh
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user