Skip to content

Commit

Permalink
Add verbose make
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 10, 2024
1 parent c6b316b commit a94166e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ workflows:
run_unit_tests: true
ctest_options: "-L 'ESSENTIAL' --output-on-failure"
persist_workspace: true # Needed for MAPL tutorials
extra_cmake_options: "-DCMAKE_VERBOSE_MAKEFILE=ON"
rebuild_procs: 1

# Builds MAPL without PFLOGGER and FARGPARSE
- ci/build:
Expand All @@ -55,7 +57,7 @@ workflows:
mepodevelop: false
remove_flap: true
remove_pflogger: true
extra_cmake_options: "-DBUILD_WITH_PFLOGGER=OFF -DBUILD_WITH_FARGPARSE=OFF"
extra_cmake_options: "-DBUILD_WITH_PFLOGGER=OFF -DBUILD_WITH_FARGPARSE=OFF -DCMAKE_VERBOSE_MAKEFILE=ON"
run_unit_tests: true
ctest_options: "-L 'ESSENTIAL' --output-on-failure"

Expand Down

0 comments on commit a94166e

Please sign in to comment.