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

For #2219, Remove ubuntu20 CI

This commit is contained in:
winlin 2021-03-03 22:09:24 +08:00
parent 7187636101
commit f4331be2ef

View file

@ -9,12 +9,6 @@ jobs:
cd trunk && ./configure && make && cd trunk && ./configure && make &&
./configure --nasm=off --srtp-nasm=off && make clean && make && ./configure --nasm=off --srtp-nasm=off && make clean && make &&
./configure --gb28181=on && make clean && make ./configure --gb28181=on && make clean && make
build-ubuntu20:
docker:
- image: ossrs/srs:ubuntu20
steps:
- checkout
- run: cd trunk && ./configure && make
test: test:
docker: docker:
- image: ossrs/srs:dev - image: ossrs/srs:dev
@ -29,5 +23,4 @@ workflows:
build_and_test: build_and_test:
jobs: jobs:
- build-centos7 - build-centos7
- build-ubuntu20
- test - test