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

Fix #2219, Refine CI for ubuntu20

This commit is contained in:
winlin 2021-03-03 21:59:06 +08:00
parent feca8f2578
commit 7187636101

View file

@ -1,23 +1,14 @@
version: 2
jobs:
build-centos7-default:
build-centos7:
docker:
- image: ossrs/srs:dev
steps:
- checkout
- run: cd trunk && ./configure && make
build-centos7-noasm:
docker:
- image: ossrs/srs:dev
steps:
- checkout
- run: cd trunk && ./configure --nasm=off --srtp-nasm=off && make
build-centos7-gb28181:
docker:
- image: ossrs/srs:dev
steps:
- checkout
- run: cd trunk && ./configure --gb28181=on && make
- run: |
cd trunk && ./configure && make &&
./configure --nasm=off --srtp-nasm=off && make clean && make &&
./configure --gb28181=on && make clean && make
build-ubuntu20:
docker:
- image: ossrs/srs:ubuntu20
@ -37,8 +28,6 @@ workflows:
version: 2
build_and_test:
jobs:
- build-centos7-default
- build-centos7-noasm
- build-centos7-gb28181
- build-centos7
- build-ubuntu20
- test