mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 00:06:39 +02:00
build-package.yaml: Add workflow
Run reusable.yaml, i.e. generic build- and packaging test, for jw-python.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
8c2da80402
commit
834c26e2ad
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build-package.yaml
vendored
Normal file
7
.github/workflows/build-package.yaml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
name: Test repo on all supported platforms
|
||||||
|
|
||||||
|
on: [pull_request, push]
|
||||||
|
jobs:
|
||||||
|
CI:
|
||||||
|
runs-on: public-ci
|
||||||
|
uses: ci/action-build-package/.github/workflows/reusable.yaml@master
|
||||||
Loading…
Add table
Add a link
Reference in a new issue