File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2020 - name : Build and Test
2121 run : |
2222 modified_files=$(git diff --name-only HEAD~1...HEAD)
23- echo $modified_files
2423 modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
25- echo "$modified_dirs"
2624
2725 . ./.ci/compute-projects.sh
2826
3735 linux_runtime_check_targets=$(check-targets ${linux_runtimes_to_test} | sort | uniq)
3836 linux_runtimes=$(echo ${linux_runtimes_to_test} | sort | uniq)
3937
38+ echo "Building projects: ${linux_projects}"
39+ echo "Running project checks targets: ${linux_check_targets}"
40+ echo "Building runtimes: ${linux_runtimes}"
41+ echo "Running runtimes checks targets: ${linux_runtime_check_targets}"
42+
43+ ./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
You can’t perform that action at this time.
0 commit comments