Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <xnorpx@outlook.com>2023-06-17 17:45:29 +0300
committerMarcus Asteborg <xnorpx@outlook.com>2023-06-21 15:59:33 +0300
commitf730f47a1190f9f587fb869e90f0f80c284da420 (patch)
treeabe43e270df9e49acc2332bdfe1015726d2f3559
parent0f6b2023122048489c97cc2f8d7313659be9eca2 (diff)
Rename DRED CI
-rw-r--r--.github/workflows/dred.yml (renamed from .github/workflows/build.yml)19
1 files changed, 4 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/dred.yml
index ab9051c8..d22ab509 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/dred.yml
@@ -1,20 +1,9 @@
-name: Opus Neural FEC Build Matrix
+# Configs that enables Deep Redudancy (DRED)
+name: DRED
on: [push, pull_request]
jobs:
- CheckTrailingWhiteSpaces:
- name: Check trailing white spaces
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- with:
- fetch-depth: 0
- submodules: recursive
- - name: Check Whitespaces
- run: |
- git diff-tree --check origin/master HEAD
-
CMakeBuild:
name: CMake/${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
@@ -98,8 +87,8 @@ jobs:
working-directory: ./build
run: ctest -j 2 -C ${{ matrix.config.config }} --output-on-failure
- AutoMakeBuild:
- name: AutoMake/${{ matrix.config.name }}
+ AutoToolsBuild:
+ name: AutoTools/${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false