For #2219, Remove ubuntu20 CI
This commit is contained in:
parent
7187636101
commit
f4331be2ef
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user