Actions: Add github actions for CI
This commit is contained in:
parent
26de8c65ad
commit
94308253b7
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…
Reference in New Issue
Block a user