mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2025-11-08 18:45:05 +01:00
fixed ci.yml
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -15,12 +15,16 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo apt-get install -y build-essential ffmpeg
|
run: sudo apt-get install -y build-essential ffmpeg wget
|
||||||
|
|
||||||
|
- name: Download Sample Video
|
||||||
|
run: wget -O tests/sample_video.mp4 https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: |
|
||||||
|
g++ -o davinci-convert src/main.cpp -lstdc++fs
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
echo "Running the Video Converter..."
|
echo "Running the Video Converter..."
|
||||||
./output/davinci-convert
|
./davinci-convert tests/sample_video.mp4 --output tests/output/video.mov
|
||||||
|
|||||||
Reference in New Issue
Block a user