verbose github actions

This commit is contained in:
Andrew Cassidy 2021-02-13 02:43:48 -08:00
parent ec7df5727e
commit 7ae12c6220

View File

@ -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