Commit 0b7aad4
authored
Add workflow to trigger a build of the package repo (#251)
This workflow is an adapted copy of this workflow :
https://github.com/qualcomm-linux/pkg-template/blob/main/.github/workflows/to_paste_in_upstream/pkg-build-pr-check.yml
With this workflow in position, a PR in the upstream project repo (this
one) triggers a build or the sister package repo (in this case, it will
be https://github.com/qualcomm-linux/pkg-fastrpc). The special repo
variable PKG_REPO_GITHUB_NAME will need to be set to
"qualcomm-linux/pkg-fastrpc" in this repo for this to work.
See visit https://github.com/qualcomm-linux/pkg-template for more info
about this whole CI workflow.
When a PR is open in this repo, this workflow will in turn call this one
:
https://github.com/qualcomm-linux/qcom-build-utils/blob/main/.github/workflows/qcom-upstream-pr-pkg-build-reusable-workflow.yml
What it will do is try to compile the debian package from the
"qualcomm-linux/pkg-fastrpc" but with the changes from the PR opened on
this side added in order to test that the debian package will still
build if this PR were to be merged.
Ultimately, there will be even more tests downstream from that, like
integration tests in a whole distro.1 file changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments