Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Test

Test #7

name: CI
on:
- push
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: ocaml/opam:ubuntu-24.04-ocaml-4.14
steps:
- name: Test
run: |
eval $(opam env --root=/home/opam)
sudo apt-get update
sudo apt-get install --no-install-recommends -y pkg-config libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev
opam install ffmpeg prometheus-app