mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2026-03-29 23:35:32 +02:00
fix: simplify release workflow to build both packages efficiently
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -22,17 +22,9 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential ffmpeg devscripts debhelper
|
||||
|
||||
- name: Build
|
||||
- name: Build binary
|
||||
run: make
|
||||
|
||||
- name: Create test input file
|
||||
run: |
|
||||
mkdir -p tests
|
||||
ffmpeg -f lavfi -i testsrc=duration=1:size=128x72:rate=1 -c:v libx264 -t 1 tests/input.mp4 -y 2>/dev/null || touch tests/input.mp4
|
||||
|
||||
- name: Run Tests
|
||||
run: make test
|
||||
|
||||
- name: Create DEB directory structure
|
||||
run: |
|
||||
mkdir -p debian/DEBIAN
|
||||
|
||||
Reference in New Issue
Block a user