Skip to content

Commit

Permalink
Merge pull request #5 from williamfgc/ci-static
Browse files Browse the repository at this point in the history
Fix bugs in run_step_static
  • Loading branch information
williamfgc authored May 18, 2022
2 parents 006e5b1 + 340df55 commit 234c84d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_automation/github-actions/ci/run_step_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ case "$1" in
esac

case "${GH_JOBNAME}" in
*"ClangTidy10-NoMPI-"*)
*"ClangTidy14-NoMPI-"*)
echo 'Configure for debug mode'
cmake -GNinja \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DQMC_MIXED_PRECISION=1 \
-DQMC_MIXED_PRECISION=$IS_MIXED_PRECISION \
-DCMAKE_BUILD_TYPE=Debug \
-DMPIEXEC_PREFLAGS="--allow-run-as-root;--bind-to;none" \
-DCMAKE_CXX_CLANG_TIDY="clang-tidy;-checks=*" \
-DCMAKE_CXX_CLANG_TIDY="clang-tidy" \
-DQMC_COMPLEX=$IS_COMPLEX \
${GITHUB_WORKSPACE}
;;
Expand Down

0 comments on commit 234c84d

Please sign in to comment.