Skip to content

add new codecs from Clear #79

add new codecs from Clear

add new codecs from Clear #79

Workflow file for this run

name: build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/mass-rebuild
workflow: mass-rebuild.yml
check_artifacts: true
- name: Building a package
run: |
curl -LO https://raw.githubusercontent.com/clearfraction/tools/master/build.sh && chmod +x build.sh
docker run --privileged --cap-add=SYS_ADMIN --security-opt apparmor:unconfined -v $(pwd):/home clearlinux:latest sh -c "cd /home && ./build.sh"
- name: Upload result
uses: actions/upload-artifact@v2
with:
path: RPMS/*.rpm