Skip to content

Commit

Permalink
verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 11, 2025
1 parent fcc08f2 commit 248324f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ jobs:
run: |
mkdir -p build
cd build
cmake .. ${{ env.CONAN_TOOLCHAIN }} -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} ${{ env.LIBTYPE }} \
-DCMAKE_INSTALL_PREFIX="${{ env.INSTALL_PREFIX }}" ${{ env.ZERO_CONF }} ${{ env.CUSTOM_DELEGATES }}
cmake .. ${{ env.CONAN_TOOLCHAIN }} -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} ${{ env.LIBTYPE }} \
-DCMAKE_INSTALL_PREFIX="${{ env.INSTALL_PREFIX }}" ${{ env.ZERO_CONF }} ${{ env.CUSTOM_DELEGATES }} \
-DCMAKE_VERBOSE_MAKEFILE=ON
- name: Build
run: cmake --build build --config ${{ matrix.buildtype }}
Expand Down

0 comments on commit 248324f

Please # to comment.