Skip to content

Commit 43ca653

Browse files
Add pipeline
1 parent cb5cf35 commit 43ca653

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
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
@@ -37,3 +35,9 @@ jobs:
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})"

0 commit comments

Comments
 (0)