Skip to content

STAR-1275: Read the peers SRT version and the negotiated latency from… #119

STAR-1275: Read the peers SRT version and the negotiated latency from…

STAR-1275: Read the peers SRT version and the negotiated latency from… #119

Workflow file for this run

name: Ubuntu
on: [push]
jobs:
buildubuntu:
name: build_ubuntu_22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: install
run: sudo apt -y install tclsh pkg-config libssl-dev libgtest-dev
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Release .
- name: make
run: make
- uses: actions/upload-artifact@v2
with:
name: libsrtnet_linux
path: ./libsrtnet.a
- uses: actions/upload-artifact@v2
with:
name: libsrt_linux
path: ./srt/libsrt.a