Skip to content

STAR-1441 Bump verison of SRT to 1.5.4 (#29) #143

STAR-1441 Bump verison of SRT to 1.5.4 (#29)

STAR-1441 Bump verison of SRT to 1.5.4 (#29) #143

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@v4
- 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@v4
with:
name: libsrtnet_linux
path: ./libsrtnet.a
- uses: actions/upload-artifact@v4
with:
name: libsrt_linux
path: ./srt/libsrt.a