Skip to content

Commit

Permalink
use wasm for html backend (travis test build 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Jul 15, 2018
1 parent b5f21be commit 7376154
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ "$TRAVIS_TAG" == *-distro-trigger ]]; then
else
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
# build linux
#make -j2 TARGET=linux32.release LUAVM=lua51 test
make -j2 TARGET=linux32.release LUAVM=lua51 test
#make -j2 TARGET=linux32.release LUAVM=lua52 test
#make -j2 TARGET=linux32.release LUAVM=luajit test
#make -j2 TARGET=linux64.release LUAVM=lua51 test
Expand All @@ -56,8 +56,9 @@ else
#make -j2 TARGET=android.release LUAVM=lua51
#make -j2 TARGET=android.release LUAVM=lua52

else
# build emscripten
EMSDK=sdk-tag-1.38.8-64bit
EMSDK=sdk-1.38.8-64bit
git clone https://github.com/juj/emsdk.git emscripten
cd emscripten
./emsdk install --enable-wasm $EMSDK
Expand All @@ -66,8 +67,7 @@ else
cd ..
make -j2 TARGET=html.release LUAVM=lua51

else
make -j2 TARGET=osx.release LUAVM=lua51 test
#make -j2 TARGET=osx.release LUAVM=lua51 test
#make -j2 TARGET=osx.release LUAVM=lua52 test
#make -j2 TARGET=osx.release LUAVM=luajit test
#scripts/build_ios.sh lua51
Expand Down

0 comments on commit 7376154

Please sign in to comment.