Skip to content

Commit dda49ba

Browse files
committed
Add GStreamer build
1 parent bc1dbad commit dda49ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ jobs:
6868
libssl-dev \
6969
systemtap-sdt-dev \
7070
libbpf-dev \
71-
libelf1
71+
libelf1 \
72+
gstreamer1.0-plugins-base \
73+
gstreamer1.0-plugins-good \
74+
gstreamer1.0-tools gstreamer1.0-libav \
75+
libgstreamer1.0-dev
7276
- name: 'configuration: Apply dpdk patches'
7377
if: env.DPDK_REBUILD == 'true'
7478
run: |
@@ -100,6 +104,10 @@ jobs:
100104
make -j "$(nproc)"
101105
sudo make install
102106
sudo ldconfig
107+
- name: 'installation: Build GStreamer'
108+
working-directory: ecosystem/gstreamer_plugin
109+
run: |
110+
./build.sh
103111
- name: 'installation: Install pipenv environment'
104112
working-directory: tests/validation
105113
id: pipenv-install

0 commit comments

Comments
 (0)