diff --git a/.github/workflows/build.yml b/.github/workflows/dred.yml similarity index 91% rename from .github/workflows/build.yml rename to .github/workflows/dred.yml index ab9051c8cf0af64e86e193a89f98367ba9b2b3d0..d22ab509349f7e370e68fced1c99aef584e94e23 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