summaryrefslogtreecommitdiff
path: root/.github/workflows/check-cmdline-ref.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-cmdline-ref.yml')
-rw-r--r--.github/workflows/check-cmdline-ref.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/check-cmdline-ref.yml b/.github/workflows/check-cmdline-ref.yml
index 2ae4dc011..3eb90599a 100644
--- a/.github/workflows/check-cmdline-ref.yml
+++ b/.github/workflows/check-cmdline-ref.yml
@@ -31,7 +31,13 @@ jobs:
- name: Build Slang
run: |
cmake --preset default --fresh \
- -DSLANG_SLANG_LLVM_FLAVOR=DISABLE
+ -DSLANG_SLANG_LLVM_FLAVOR=DISABLE \
+ -DSLANG_ENABLE_TESTS=OFF \
+ -DSLANG_ENABLE_EXAMPLES=OFF \
+ -DSLANG_ENABLE_GFX=OFF \
+ -DSLANG_ENABLE_SLANGD=OFF \
+ -DSLANG_EXCLUDE_DAWN=ON \
+ -DSLANG_EXCLUDE_TINT=ON
cmake --workflow --preset release
- name: Generate command line reference