fix: #367 mpeg4 es rtp deserialize au length check #370
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
path: media-server | |
- name: Sdk | |
uses: actions/checkout@v2 | |
with: | |
repository: ireader/sdk | |
path: sdk | |
- name: avcodec | |
uses: actions/checkout@v2 | |
with: | |
repository: ireader/avcodec | |
path: avcodec | |
- name: Make | |
run: make | |
working-directory: media-server | |
# - name: Make check | |
# run: make test | |
# working-directory: media-server |