Unverified Commit 43f04460 by Dominic Hamon Committed by GitHub

get some verbose build output

parent dcf5fc33
......@@ -40,7 +40,6 @@ jobs:
- name: configure cmake
env:
CXX: ${{ matrix.compiler }}
#BUILD_32_BITS: ${{ matrix.bits }} == 32
shell: bash
working-directory: ${{ runner.workspace }}/_build
run: >
......@@ -52,7 +51,7 @@ jobs:
- name: build
shell: bash
working-directory: ${{ runner.workspace }}/_build
run: cmake --build . --config ${{ matrix.build_type }}
run: cmake --build . --config ${{ matrix.build_type }} --verbose
- name: test
shell: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment