From 94308253b7bd9b227f593e9dea7ed82d0dad63db Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 14 Aug 2021 16:16:56 +0800 Subject: [PATCH] Actions: Add github actions for CI --- .github/workflows/ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 0c3163351..000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -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 \ No newline at end of file