Skip to content

Commit

Permalink
CI-emsdk: Install emsdk tools
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Sep 22, 2023
1 parent 00f87ab commit a822ff5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a822ff5

Please sign in to comment.