Unverified Commit 43f04460 by Dominic Hamon Committed by GitHub

get some verbose build output

parent dcf5fc33
...@@ -40,7 +40,6 @@ jobs: ...@@ -40,7 +40,6 @@ jobs:
- name: configure cmake - name: configure cmake
env: env:
CXX: ${{ matrix.compiler }} CXX: ${{ matrix.compiler }}
#BUILD_32_BITS: ${{ matrix.bits }} == 32
shell: bash shell: bash
working-directory: ${{ runner.workspace }}/_build working-directory: ${{ runner.workspace }}/_build
run: > run: >
...@@ -52,7 +51,7 @@ jobs: ...@@ -52,7 +51,7 @@ jobs:
- name: build - name: build
shell: bash shell: bash
working-directory: ${{ runner.workspace }}/_build working-directory: ${{ runner.workspace }}/_build
run: cmake --build . --config ${{ matrix.build_type }} run: cmake --build . --config ${{ matrix.build_type }} --verbose
- name: test - name: test
shell: bash 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