Skip to content

Commit

Permalink
tools/ci.sh: Install Emscripten.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Jun 24, 2021
1 parent 85c8267 commit 04c460c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@ function ci_esp8266_build {
# ports/javascript

function ci_javascript_setup {
sudo apt-get install emscripten
git clone https://github.com/emscripten-core/emsdk.git
(cd emsdk && ./emsdk install latest && ./emsdk activate latest)
}

function ci_javascript_build {
source emsdk/emsdk_env.sh
make ${MAKEOPTS} -C ports/javascript
}

Expand Down

0 comments on commit 04c460c

Please sign in to comment.