mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 03:24:32 -05:00
Travis: Back to latest emsdk, use embedded mode properly
Reverts and supersedes #39168 and #40563.
This commit is contained in:
parent
01fb1f189f
commit
15917ee39f
1 changed files with 3 additions and 2 deletions
|
@ -67,9 +67,10 @@ install:
|
|||
misc/ci/android-tools-linux.sh;
|
||||
fi
|
||||
- if [ "$PLATFORM" = "javascript" ]; then
|
||||
git clone --depth 1 --branch 1.39.19 https://github.com/emscripten-core/emsdk;
|
||||
git clone --depth 1 https://github.com/emscripten-core/emsdk;
|
||||
./emsdk/emsdk install latest;
|
||||
./emsdk/emsdk activate --no-embedded latest;
|
||||
./emsdk/emsdk activate latest;
|
||||
source ./emsdk/emsdk_env.sh;
|
||||
fi
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue