Skip to content

Enable non-oss on aarch64 and armv6/7 #236

Enable non-oss on aarch64 and armv6/7

Enable non-oss on aarch64 and armv6/7 #236

Workflow file for this run

# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: CI
on:
pull_request:
push:
branches:
# skip in master, the package is built in the submit.yml action
- "!master"
jobs:
# downloading the Docker image takes some time so bundling several fast
# checks into one job avoids that overhead
Checks:
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: POT Check
run: rake check:pot
- name: Validate XML
run: make -C control check
- name: Package Build
# skip in master, but run in forks
if: github.ref_name != 'master' || github.repository_owner != 'yast'
run: yast-ci-ruby