From a822ff5ff40296654609c0e83ae7ffa664a3b8e1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 13 May 2023 18:52:57 +0300 Subject: [PATCH] CI-emsdk: Install emsdk tools Signed-off-by: Marko Lindqvist --- scripts/ci-build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index 725da04cc9..e4e3299832 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -177,6 +177,12 @@ echo "Freeciv build successful!" emsdk) git clone https://github.com/emscripten-core/emsdk.git + ( + cd emsdk + ./emsdk install latest + ./emsdk activate latest + ) + mkdir build cd build ../platforms/emscripten/emsbuild.sh ../emsdk