This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Test #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |