Skip to content

Commit

Permalink
chore: Use casparcg-cef-117 for linux-system builds (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko authored Sep 8, 2024
1 parent 7806cc8 commit 4dcd14a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/linux-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,30 @@ jobs:

- name: Setup environment
run: |
sudo apt-get update
sudo ./tools/linux/install-dependencies
sudo apt-get update
sudo ./tools/linux/install-dependencies
sudo apt-get install -y libboost-all-dev \
sudo apt-get -y install software-properties-common
sudo add-apt-repository ppa:casparcg/ppa
sudo apt-get -y install libboost-all-dev \
libavcodec-dev \
libavformat-dev \
libavdevice-dev \
libavutil-dev \
libavfilter-dev \
libswscale-dev \
libpostproc-dev \
libswresample-dev
libswresample-dev \
casparcg-cef-117-dev
- name: Run build
run: |
mkdir build
cd build
mkdir build
cd build
cmake ../src -DUSE_STATIC_BOOST=OFF -DUSE_SYSTEM_FFMPEG=ON
make -j2
cmake ../src -DUSE_STATIC_BOOST=OFF -DUSE_SYSTEM_FFMPEG=ON -DUSE_SYSTEM_CEF=ON
make -j2
env:
CI: 1

0 comments on commit 4dcd14a

Please sign in to comment.