mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
parent
4648c156c8
commit
00e6ca3f79
20
.github/workflows/linux.yml
vendored
20
.github/workflows/linux.yml
vendored
@ -1,15 +1,14 @@
|
|||||||
name: Linux
|
name: Linux
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: 下载submodule源码
|
- name: 下载submodule源码
|
||||||
run: mv -f .gitmodules_github .gitmodules && git submodule sync && git submodule update --init
|
run: mv -f .gitmodules_github .gitmodules && git submodule sync && git submodule update --init
|
||||||
@ -34,19 +33,4 @@ jobs:
|
|||||||
- name: 运行MediaServer
|
- name: 运行MediaServer
|
||||||
run: pwd && cd release/linux/Debug && sudo ./MediaServer -d &
|
run: pwd && cd release/linux/Debug && sudo ./MediaServer -d &
|
||||||
|
|
||||||
- name: generate openapi
|
|
||||||
if: github.ref == 'refs/heads/master'
|
|
||||||
run: cd tools/openapi && python3 generates.py install-dependencies
|
|
||||||
|
|
||||||
- name: Commit and push if ./www/swagger/openapi.json changed
|
|
||||||
if: github.ref == 'refs/heads/master'
|
|
||||||
run: |
|
|
||||||
git diff --exit-code ./www/swagger/openapi.json || (
|
|
||||||
git config user.name alexliyu7352
|
|
||||||
git config user.email liyu7352@gmail.com
|
|
||||||
git add ./www/swagger/openapi.json
|
|
||||||
git commit -m "update openapi.json"
|
|
||||||
git push origin HEAD:master
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user