feat: compile option SIP_REGISTER_WITH_USERINFO for register uri #324
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 |