verbose github actions

faster-single-tables
Andrew Cassidy 3 years ago
parent ec7df5727e
commit 7ae12c6220

@ -4,7 +4,7 @@ on: [push]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
BUILD_TYPE: Debug
jobs:
build:
@ -61,7 +61,7 @@ jobs:
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config $BUILD_TYPE
run: cmake --build . --config $BUILD_TYPE --verbose
# - name: Test
# working-directory: ${{github.workspace}}/build

Loading…
Cancel
Save