Skip to content

Commit

Permalink
Add Protobuf and OpenCV to CI preinstalls
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jan 29, 2021
1 parent 47afa20 commit 8f0e1fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -24,11 +24,13 @@ jobs:
run: |
sudo add-apt-repository ppa:openshot.developers/libopenshot-daily
sudo apt update
sudo apt install cmake swig doxygen graphviz curl lcov
sudo apt install libopenshot-audio-dev
sudo apt install qtbase5-dev qtbase5-dev-tools
sudo apt install libfdk-aac-dev libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libavfilter-dev libswscale-dev libpostproc-dev libswresample-dev
sudo apt install libzmq3-dev libmagick++-dev libunittest++-dev
sudo apt install \
cmake swig doxygen graphviz curl lcov \
libopenshot-audio-dev \
qtbase5-dev qtbase5-dev-tools \
libfdk-aac-dev libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libavfilter-dev libswscale-dev libpostproc-dev libswresample-dev \
libzmq3-dev libmagick++-dev libunittest++-dev \
libopencv-dev libprotobuf-dev protobuf-compiler
- name: Build libopenshot
shell: bash
Expand Down

0 comments on commit 8f0e1fe

Please sign in to comment.