mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
verbose github actions
This commit is contained in:
parent
ec7df5727e
commit
7ae12c6220
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -4,7 +4,7 @@ on: [push]
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Debug
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# 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
|
# - name: Test
|
||||||
# working-directory: ${{github.workspace}}/build
|
# working-directory: ${{github.workspace}}/build
|
||||||
|
Loading…
Reference in New Issue
Block a user