1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Build: Refine cygwin64 test script.

This commit is contained in:
winlin 2022-12-08 15:55:44 +08:00
parent c5a0c5947f
commit 539f5975d6

View file

@ -55,7 +55,7 @@ jobs:
shell: C:\cygwin64\bin\bash.exe --login '{0}' shell: C:\cygwin64\bin\bash.exe --login '{0}'
run: | run: |
WORKDIR=$(cygpath -u $SRS_WORKSPACE) && export PATH=/usr/bin:/usr/local/bin && cd ${WORKDIR} && 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/* && pwd && ls -lh && rm -rf trunk/objs && tar xf objs.tar.bz2 -C trunk/ && du -sh trunk/* && du -sh trunk/objs/* &&
cd ${WORKDIR}/trunk && ./configure --gb28181=on --utest=on && make utest && ./objs/srs_utest cd ${WORKDIR}/trunk && ./configure --gb28181=on --utest=on && make utest && ./objs/srs_utest
outputs: outputs:
SRS_CYGWIN_DONE: ok SRS_CYGWIN_DONE: ok