summaryrefslogtreecommitdiffstats
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-05-01 00:14:24 -0700
committerGitHub <noreply@github.com>2025-05-01 00:14:24 -0700
commit15fce7c8f11985be5ac1fdb1f180a30150e9db89 (patch)
treedc801f723860b852a7fb8966de8e8d22bb825723 /CMakePresets.json
parenta8d7bb9f781fd77080f07bfaab54fbbcf3a3686d (diff)
Smoke test WASM as a part of CI (#6969)
* Simplify build of slang-wasm * Add smoke-test for slang-wasm in ci * Avoid git-clone playground
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 2632f522c..91f37de08 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -24,8 +24,14 @@
"binaryDir": "${sourceDir}/build.em",
"cacheVariables": {
"SLANG_SLANG_LLVM_FLAVOR": "DISABLE",
- "SLANG_ENABLE_SPLIT_DEBUG_INFO": "OFF",
+ "SLANG_ENABLE_AFTERMATH": "OFF",
+ "SLANG_ENABLE_CUDA": "OFF",
+ "SLANG_ENABLE_GFX": "OFF",
+ "SLANG_ENABLE_OPTIX": "OFF",
+ "SLANG_ENABLE_REPLAYER": "OFF",
"SLANG_ENABLE_SLANG_RHI": "OFF",
+ "SLANG_ENABLE_SPLIT_DEBUG_INFO": "OFF",
+ "SLANG_ENABLE_TESTS": "OFF",
"CMAKE_C_FLAGS_INIT": "-fwasm-exceptions -Os",
"CMAKE_CXX_FLAGS_INIT": "-fwasm-exceptions -Os",
"CMAKE_EXE_LINKER_FLAGS": "-sASSERTIONS -sALLOW_MEMORY_GROWTH -fwasm-exceptions --export=__cpp_exception"