opensuse/workflows

This commit is contained in:
Marc Beninca 2024-08-20 08:20:43 +02:00
parent dd27168b75
commit d8404734fd
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,14 @@
on: [push]
jobs:
job:
container:
image: ${{vars.DOCKER}}opensuse/leap:15.5
steps:
- name: spcd
env:
SPCD: ${{vars.SPCD}}
run: ${{vars.SPCD}}
- run: spcd-check-project
- run: spcd-build-project
- run: spcd-browse-workspace

View file

@ -0,0 +1,14 @@
on: [push]
jobs:
job:
container:
image: ${{vars.DOCKER}}opensuse/leap:15.6
steps:
- name: spcd
env:
SPCD: ${{vars.SPCD}}
run: ${{vars.SPCD}}
- run: spcd-check-project
- run: spcd-build-project
- run: spcd-browse-workspace

View file

@ -91,7 +91,6 @@ from various contexts of CA, CI and OCI / OS.
* define templates
* actions
* includes
* opensuse workflows
* relay environment module name
### sh