Skip to content

Commit

Permalink
chore: Add verbose build output to gcc 8 CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Jul 26, 2024
1 parent 372c8c6 commit faeafdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: cmake --preset default -B ${{ github.workspace }}/build-8 -DCMAKE_CXX_COMPILER=$(which g++-8) -DASIO_GRPC_ENABLE_CMAKE_INSTALL_TEST=off -DVCPKG_INSTALLED_DIR=${{ runner.workspace }}/vcpkg_installed -DVCPKG_TARGET_TRIPLET=${{ env.TRIPLET }} -DASIO_GRPC_ENABLE_IO_URING_EXAMPLES=off -DCMAKE_EXE_LINKER_FLAGS=-fuse-ld=gold ${{ env.CMAKE_ARGS }}

- name: GCC 8 Build
run: cmake --build ${{ github.workspace }}/build-8 --config Release --parallel $(nproc)
run: cmake --build ${{ github.workspace }}/build-8 --config Release --parallel $(nproc) --verbose

- name: GCC 8 Test
run: ctest ${{ env.CTEST_ARGS }} --test-dir ${{ github.workspace }}/build-8 -C Release
Expand Down

0 comments on commit faeafdc

Please sign in to comment.