Skip to content

Fixed CI - build only against Tumbleweed #153

Fixed CI - build only against Tumbleweed

Fixed CI - build only against Tumbleweed #153

Workflow file for this run

# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: CI
on: [ push, pull_request ]
jobs:
Package:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Install Prerequisites
# use jing for validation instead of xmllint
run: |-
rake build_dependencies:install
zypper --non-interactive install --no-recommends jing
# just for easier debugging...
- name: Inspect Installed Packages
run: rpm -qa | sort
# must be before the package build as it installs the /usr/lib/skelcd/CD1/control.xml
# which overwrites the original file from skelcd-control-openSUSE
- name: Validate XML
run: rake test:validate
- name: Package Build
run: yast-ci-ruby -o package