Skip to content

Commit

Permalink
specify filename-subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlapre committed May 9, 2024
1 parent 96f2f74 commit 6f2dc46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
cat /home/runner/_work/Trilinos/Trilinos/packages/framework/ini-files/supported-systems.ini
cd ${GITHUB_WORKSPACE}/packages/framework
echo "GITHUB_WORKSPACE is " ${GITHUB_WORKSPACE}
python ${GITHUB_WORKSPACE}/packages/framework/pr_tools/PullRequestLinuxDriverTest.py \
--source-repo-url ${GITHUB_WORKSPACE} \
Expand All @@ -85,7 +86,8 @@ jobs:
--source-dir ${GITHUB_WORKSPACE} \
--build-dir ${GITHUB_WORKSPACE}/build \
--dashboard-build-name `cat /etc/hostname` \
--ctest-driver /home/runner/_work/Trilinos/Trilinos/cmake/SimpleTesting/cmake/ctest-driver.cmake
--ctest-driver /home/runner/_work/Trilinos/Trilinos/cmake/SimpleTesting/cmake/ctest-driver.cmake \
--filename-subprojects /home/runner/_work/Trilinos/Trilinos/package_subproject_list.cmake
gcc830-serial-EXPERIMENTAL:
runs-on: [self-hosted, gcc-8.3.0_serial]
Expand Down

0 comments on commit 6f2dc46

Please sign in to comment.