mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
CMake: Add ENABLE_GUI_TARGETS option to enable disabling GUI components
This is useful when, e.g. building the test262 runner on its own.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 11:06:06 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/62268cca9e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/492
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
-DCMAKE_CXX_COMPILER=g++-13 \
|
||||
-DWASM_SPEC_TEST_SKIP_FORMATTING=ON \
|
||||
-DINCLUDE_WASM_SPEC_TESTS=ON \
|
||||
-DENABLE_QT=OFF
|
||||
-DENABLE_GUI_TARGETS=OFF
|
||||
ninja -C libjs-test262/Build test262-runner test-js test-wasm
|
||||
|
||||
- name: Run test262 and test262-parser-tests
|
||||
|
||||
Reference in New Issue
Block a user