mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
CI: Update badges
This commit is contained in:
parent
4ceef56f1a
commit
1e87623a70
2 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ jobs:
|
|||
- image: ossrs/dev
|
||||
steps:
|
||||
- checkout
|
||||
- run: cd trunk && ./configure --without-ssl --without-valgrind && make
|
||||
- run: cd trunk && ./configure && make
|
||||
test:
|
||||
docker:
|
||||
- image: ossrs/dev
|
||||
steps:
|
||||
- checkout
|
||||
- run: cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest
|
||||
- run: cd trunk && ./configure && make && ./objs/srs_utest
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue