mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
ST: Support Cygwin64 and MIPS
This commit is contained in:
parent
7d3ec991e1
commit
1836847269
29 changed files with 1116 additions and 105 deletions
12
trunk/3rdparty/st-srs/auto/fast.sh
vendored
12
trunk/3rdparty/st-srs/auto/fast.sh
vendored
|
@ -27,4 +27,14 @@ echo "Coverage report at coverage/st.html" &&
|
|||
open coverage/st.html
|
||||
|
||||
popd
|
||||
echo "UTest done, restore $(pwd)"
|
||||
echo "UTest done, restore $(pwd)"
|
||||
|
||||
cat << END > /dev/stdout
|
||||
|
||||
# CLI For DARWIN
|
||||
cd $PWD && rm -f ./obj/*.gcda &&
|
||||
make darwin-debug-gcov && ./obj/st_utest &&
|
||||
mkdir -p coverage && gcovr -r . -e LINUX -e DARWIN -e examples --html --html-details -o coverage/st.html &&
|
||||
open coverage/st.html
|
||||
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue