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:
parent
7187636101
commit
f4331be2ef
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue