Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Update cmake.yml

Update cmake.yml
  • Loading branch information
philip-davis committed Feb 25, 2021
1 parent 87d63c3 commit 643321a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
BUILD_TYPE: Debug

jobs:
build:
Expand Down Expand Up @@ -41,3 +41,5 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -V -C $BUILD_TYPE
#env:
# DSPACES_DEBUG: 1

0 comments on commit 643321a

Please sign in to comment.