Skip to content

Commit

Permalink
Fix temporary build command in Azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Sep 5, 2024
1 parent 6d4396f commit 8c62ca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,12 @@ jobs:
df -h
# configure
export AMReX_CMAKE_FLAGS="-DAMReX_ASSERTIONS=ON -DAMReX_TESTING=ON"
# FIXME update after https://github.com/AMReX-Codes/amrex/pull/4126
cmake -S . -B build \
${AMReX_CMAKE_FLAGS} \
${WARPX_CMAKE_FLAGS} \
-DWarpX_amrex_repo=https://github.com/ax3l/amrex.git -DWarpX_amrex_branch=topic-pp-prefix \ # FIXME remove line
-DWarpX_amrex_repo=https://github.com/ax3l/amrex.git \
-DWarpX_amrex_branch=topic-pp-prefix \
-DWarpX_TEST_CLEANUP=ON \
-DWarpX_TEST_FPETRAP=ON
# build
Expand Down

0 comments on commit 8c62ca2

Please sign in to comment.