Skip to content

Commit

Permalink
Debug buildsystem generation
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 6, 2024
1 parent 03ec749 commit beb69ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ jobs:
"-DWarpX_TEST_FPETRAP=ON"
"-DWarpX_TEST_DEBUG=ON"
)
echo "AMReX_CMAKE_FLAGS = ${AMReX_CMAKE_FLAGS}"
echo "WARPX_CMAKE_FLAGS = ${WARPX_CMAKE_FLAGS}"
echo "WARPX_TEST_FLAGS = ${WARPX_TEST_FLAGS}"
cmake -S . -B build \
${AMReX_CMAKE_FLAGS} \
${WARPX_CMAKE_FLAGS} \
Expand Down

0 comments on commit beb69ae

Please sign in to comment.