Skip to content

migrate to meson

migrate to meson #36

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download nv-codec-headers
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/nv-codec-headers
workflow: build-core.yml
check_artifacts: true
- name: Download ffmpeg-cuda
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/ffmpeg-cuda
workflow: build.yml
check_artifacts: true
- 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 && sed -i "s|--quiet||g" 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