Skip to content

Commit

Permalink
CI: run tests in RelWithDebInfo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 5, 2024
1 parent c803d34 commit f46bf29
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,12 @@ jobs:
df -h
# configure
export AMReX_CMAKE_FLAGS="-DAMReX_ASSERTIONS=ON -DAMReX_TESTING=ON"
cmake -S . -B build \
${AMReX_CMAKE_FLAGS} \
${WARPX_CMAKE_FLAGS} \
-DWarpX_TEST_CLEANUP=ON \
-DWarpX_TEST_FPETRAP=ON
export WARPX_TEST_FLAGS="-DWarpX_TEST_CLEANUP=ON -DWarpX_TEST_FPETRAP=ON"
cmake -S . -B build \
${AMReX_CMAKE_FLAGS} \
${WARPX_CMAKE_FLAGS} \
${WARPX_TEST_FLAGS} \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
# build
cmake --build build -j 2
# display disk space usage
Expand Down

0 comments on commit f46bf29

Please sign in to comment.