mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Actions: Add github actions for CI
This commit is contained in:
parent
26de8c65ad
commit
94308253b7
1 changed files with 0 additions and 21 deletions
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
|
@ -1,21 +0,0 @@
|
||||||
name: "CI"
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
- ?.0release
|
|
||||||
- feature/*
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
- ?.0release
|
|
||||||
- feature/*
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
actions-build-c7-baseline:
|
|
||||||
name: actions-build-c7-baseline
|
|
||||||
runs-on: ossrs/srs:dev
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: echo "Build SRS baseline" && cd trunk && ./configure && make
|
|
Loading…
Add table
Add a link
Reference in a new issue