mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
Cygwin: Enable gb28181 for Windows. v5.0.105
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
||||
which make gcc g++ patch cmake pkg-config uname grep sed &&
|
||||
(make --version; gcc --version; patch --version; cmake --version; pkg-config --version) &&
|
||||
(aclocal --version; autoconf --version; automake --version; uname -a) &&
|
||||
cd $(cygpath -u $SRS_WORKSPACE)/trunk && ./configure && make
|
||||
cd $(cygpath -u $SRS_WORKSPACE)/trunk && ./configure --gb28181=on && make
|
||||
##################################################################################################################
|
||||
- name: Package SRS
|
||||
env:
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
run: |
|
||||
WORKDIR=$(cygpath -u $SRS_WORKSPACE) && export PATH=/usr/bin:/usr/local/bin && cd ${WORKDIR} &&
|
||||
pwd && ls -lh && rm -rf trunk/objs && tar xf objs.tar.bz2 -C trunk/ && du -sh trunk/* &&
|
||||
cd ${WORKDIR}/trunk && ./configure --utest=on && make utest && ./objs/srs_utest
|
||||
cd ${WORKDIR}/trunk && ./configure --gb28181=on --utest=on && make utest && ./objs/srs_utest
|
||||
outputs:
|
||||
SRS_CYGWIN_DONE: ok
|
||||
|
||||
|
||||
Reference in New Issue
Block a user