Skip to content

Commit 3e1b7e3

Browse files
authored
Apply suggestion from @MaxGraey
don't build tests
1 parent c5c0dd9 commit 3e1b7e3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,13 @@ jobs:
8282
cd ./binaryen/build
8383
source $HOME/emsdk/emsdk_env.sh
8484
emcc --version
85-
emcmake cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="$CMAKE_EXE_LINKER_FLAGS" -DENABLE_WERROR=OFF
85+
emcmake cmake .. -G Ninja \
86+
-DCMAKE_BUILD_TYPE=Release \
87+
-DCMAKE_EXE_LINKER_FLAGS="$CMAKE_EXE_LINKER_FLAGS" \
88+
-DENABLE_WERROR=OFF \
89+
-DBUILD_TOOLS=ON \
90+
-DBUILD_STATIC_LIB=OFF \
91+
-DBUILD_TESTS=OFF
8692
emmake ninja
8793
cd ../..
8894
npm run bundle

0 commit comments

Comments
 (0)