workflows: Tell CMake and Makefile.in to show compiler command-lines
This is usually desirable for batch processing: it lets us see exactly what is happening in the logs. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Sam Lantinga
parent
b398a847be
commit
50bc013695
4
.github/workflows/riscos.yml
vendored
4
.github/workflows/riscos.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Configure
|
||||
run: ./configure --host=arm-unknown-riscos --disable-gcc-atomics
|
||||
- name: Build
|
||||
run: make -j`nproc`
|
||||
run: make -j`nproc` V=1
|
||||
|
||||
cmake:
|
||||
name: CMake
|
||||
@@ -25,4 +25,4 @@ jobs:
|
||||
- name: Configure CMake
|
||||
run: cmake -S. -Bbuild -G Ninja -DCMAKE_TOOLCHAIN_FILE=/home/riscos/env/toolchain-riscos.cmake -DRISCOS=ON -DSDL_GCC_ATOMICS=OFF -DCMAKE_BUILD_TYPE=Release
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
run: cmake -v --build build
|
||||
|
||||
Reference in New Issue
Block a user