diff options
| author | Sam Varshavchik | 2022-06-16 08:26:30 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2022-06-18 18:53:07 -0400 |
| commit | 542263d1a8ebbadb06488fd6e58a5917ecaf3a3c (patch) | |
| tree | 0ef5537727c25cbf5849d7ba8f7fa4c013a77aa2 | |
| parent | bb065ca6b62de590f87a214c688970e7a80788d9 (diff) | |
| download | courier-libs-542263d1a8ebbadb06488fd6e58a5917ecaf3a3c.tar.bz2 | |
Add build workflow.
| -rw-r--r-- | .github/workflows/build-test.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml new file mode 100644 index 0000000..b9b984e --- /dev/null +++ b/.github/workflows/build-test.yml @@ -0,0 +1,17 @@ +name: Run builds on supported distributions + +on: + push: + branches: + - master + pull_request: + workflow_dispatch: + +jobs: + build-combined: + uses: svarshavchik/courier/.github/workflows/build-combined.yml@master + with: + thisrepo: svarshavchik/courier + thisbranch: master + libsrepo: ${{ github.repository }} + libsbranch: ${{ github.ref }} |
