Files
davinci-video-converter-fork/.github/workflows/ci.yml
2024-10-19 10:03:12 +02:00

31 lines
491 B
YAML

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install -y build-essential ffmpeg
- name: Build
run: make
- name: Run Tests
run: make test
- name: Run
run: |
echo "Running the Video Converter..."
./output/VideoConverter