mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-05 07:32:46 +02:00
workflows: Change how we make CMake verbose
Some CI workers don't seem to understand `cmake -v`, and Windows' shell doesn't understand `VERBOSE=1 cmake`. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Sam Lantinga
parent
4da47601be
commit
79a16da61e
4
.github/workflows/emscripten.yml
vendored
4
.github/workflows/emscripten.yml
vendored
@@ -11,6 +11,6 @@ jobs:
|
||||
with:
|
||||
version: 2.0.27
|
||||
- name: Configure CMake
|
||||
run: emcmake cmake -B build
|
||||
run: emcmake cmake -B build -DCMAKE_VERBOSE_MAKEFILE=ON
|
||||
- name: Build
|
||||
run: cmake -v --build build/
|
||||
run: cmake --build build/
|
||||
|
||||
Reference in New Issue
Block a user