Skip to content

aegisub

aegisub #4

Workflow file for this run

name: aegisub
on:
workflow_dispatch:
push:
branches:
- master
paths:
- aegisub/**
jobs:
copr:
name: copr
runs-on: ubuntu-20.04
steps:
- name: Setup
run: |
pip3 install -I copr-cli==1.105
- name: Login
run: |
copr-cli --config <(echo "${COPR_CLI_CONFIG}") whoami
env:
COPR_CLI_CONFIG: ${{secrets.COPR_CLI_CONFIG}}
- name: Build
id: build
run: |
copr-cli --config <(echo "${COPR_CLI_CONFIG}") buildscm --clone-url "https://github.com/${{github.repository}}" --commit "${{github.sha}}" --subdir "${BUILD_DIR}" --spec "${BUILD_PACKAGE}.spec" --type git --method rpkg "${BUILD_REPO}" | sed -u 's/^Created builds: /::set-output name=build_id::/g'
env:
COPR_CLI_CONFIG: ${{secrets.COPR_CLI_CONFIG}}
BUILD_REPO: el-file4138/vapoursynth-classic
BUILD_DIR: aegisub
BUILD_PACKAGE: aegisub