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-22 07:19:03 +0300
committerMarcus Asteborg <xnorpx@outlook.com>2023-06-22 23:58:33 +0300
commit26ab10d0c87f8cdd2472bd14da6a96e8191aaa6d (patch)
tree3edef79937f76ded5b0bfdd8d428acb07964894f /.github
parentf12371bcee957a864437aef9927f0497a1e8cf28 (diff)
Remove submodule init
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/autotools.yml2
-rw-r--r--.github/workflows/cmake.yml12
-rw-r--r--.github/workflows/dred.yml6
-rw-r--r--.github/workflows/repository.yml1
4 files changed, 4 insertions, 17 deletions
diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml
index f249857a..91d332bf 100644
--- a/.github/workflows/autotools.yml
+++ b/.github/workflows/autotools.yml
@@ -31,8 +31,6 @@ jobs:
}
steps:
- uses: actions/checkout@v3
- - name: Pull git submodules
- run: git submodule update --init --recursive
# No AutoMake on Mac so let's install it
- name: Install AutoConf, AutoMake and LibTool on MacOSX
if: matrix.config.os == 'macos-latest'
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 78929739..ebdc68dc 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -10,9 +10,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Pull git submodules
- run: git submodule update --init --recursive
- - name: Submodule init and Download models
+ - name: Download models
run: ./autogen.sh
- name: Install CMake 3.1
run: |
@@ -40,9 +38,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Pull git submodules
- run: git submodule update --init --recursive
- - name: Submodule init and Download models
+ - name: Download models
run: ./autogen.sh
- name: Install MINGW
run: sudo apt-get install -y mingw-w64
@@ -228,15 +224,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Pull git submodules
- run: git submodule update --init --recursive
- name: Install AutoConf, AutoMake and LibTool # Needed for autogen.sh
if: matrix.config.os == 'macos-latest'
run: brew install autoconf automake libtool
- name: Download models Windows
if: contains(matrix.config.name, 'Windows')
run: .\autogen.bat
- - name: Submodule init and Download models
+ - name: Download models
if: contains(matrix.config.name, 'MacOSX') ||
contains(matrix.config.name, 'Linux') ||
contains(matrix.config.name, 'Android') ||
diff --git a/.github/workflows/dred.yml b/.github/workflows/dred.yml
index d22ab509..56e4c511 100644
--- a/.github/workflows/dred.yml
+++ b/.github/workflows/dred.yml
@@ -58,15 +58,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Pull git submodules
- run: git submodule update --init --recursive
- name: Install AutoConf, AutoMake and LibTool # Needed for autogen.sh
if: matrix.config.os == 'macos-latest'
run: brew install autoconf automake libtool
- name: Download models Windows
if: contains(matrix.config.name, 'Windows')
run: .\autogen.bat
- - name: Submodule init and Download models
+ - name: Download models
if: contains(matrix.config.name, 'MacOSX') ||
contains(matrix.config.name, 'Linux') ||
contains(matrix.config.name, 'Android') ||
@@ -110,8 +108,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Pull git submodules
- run: git submodule update --init --recursive
- name: Install AutoConf, AutoMake and LibTool on MacOSX
if: matrix.config.os == 'macos-latest'
run: brew install autoconf automake libtool
diff --git a/.github/workflows/repository.yml b/.github/workflows/repository.yml
index 6d4810c4..857621dd 100644
--- a/.github/workflows/repository.yml
+++ b/.github/workflows/repository.yml
@@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- submodules: recursive
- name: Check Whitespaces
run: |
git diff-tree --check origin/opus-ng HEAD