Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 6, 2024
1 parent c1cc6fe commit f0a58b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ jobs:
git config --global --add safe.directory ${GITHUB_WORKSPACE}
mkdir -p build
cd build
echo ${HDF5_INSTALL_DIR}
echo ${geant4_install_dir}
cmake ../ \
-DMOAB_DIR=${moab_install_dir} \
-DBUILD_GEANT4=$([ "${{ matrix.geant4_version }}" != "off" ] && echo "ON" || echo "OFF") \
-DDDL_INSTALL_DEPS=$([ "${{ matrix.ddl_deps }}" != "on" ] && echo "OFF" || echo "ON ") \
-DHDF5_ROOT=${HDF5_INSTALL_DIR}} \
-DHDF5_ROOT=${HDF5_INSTALL_DIR} \
-DGEANT4_DIR=${geant4_install_dir} \
-DBUILD_CI_TESTS=ON \
-DBUILD_MW_REG_TESTS=OFF \
Expand Down

0 comments on commit f0a58b5

Please sign in to comment.