chore: Fix line break

This commit is contained in:
Francois Best 2021-08-10 09:30:28 +02:00
parent 4eb9730202
commit bd7e08b2e6
1 changed files with 1 additions and 4 deletions

View File

@ -36,10 +36,7 @@ jobs:
- name: Configure CMake - name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake \ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILDER_ENABLE_PROFILING=true
-B ${{github.workspace}}/build \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-DBUILDER_ENABLE_PROFILING=true # generate code coverage information
- name: Build - name: Build
# Build your program with the given configuration # Build your program with the given configuration