Skip to content

Commit

Permalink
run CI without WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jul 19, 2023
1 parent 3f7fad3 commit cf3c411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fi

if [ ! -z "$EMSCRIPTEN_VERSION" ]; then
echo "Building with emscripten $EMSCRIPTEN_VERSION ..."
source ./emscripten/emsdk/emsdk_env.sh && ./build-emscripten.sh
source ./emscripten/emsdk/emsdk_env.sh && USE_WASM=0 ./build-emscripten.sh
source ./emscripten/emsdk/emsdk_env.sh && node scripts/test-javascript.js
fi

Expand Down

0 comments on commit cf3c411

Please sign in to comment.