Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
ddfa4804
Unverified
Commit
ddfa4804
authored
1 year ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Opus github ci files
Use OPUS_DRED instead of NEURAL_FEC
parent
08eefed7
No related branches found
No related tags found
No related merge requests found
Pipeline
#4277
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/dred.yml
+2
-2
2 additions, 2 deletions
.github/workflows/dred.yml
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
3 additions
and
3 deletions
.github/workflows/dred.yml
+
2
−
2
View file @
ddfa4804
...
...
@@ -74,7 +74,7 @@ jobs:
run
:
mkdir build
-
name
:
Configure
working-directory
:
./build
run
:
cmake .. ${{ matrix.config.args }} -DCMAKE_BUILD_TYPE=${{ matrix.config.config }} -DOPUS_BUILD_PROGRAMS=ON -DBUILD_TESTING=ON -DOPUS_FAST_MATH=ON -DOPUS_FLOAT_APPROX=ON -DOPUS_
NEURAL_FEC
=ON
run
:
cmake .. ${{ matrix.config.args }} -DCMAKE_BUILD_TYPE=${{ matrix.config.config }} -DOPUS_BUILD_PROGRAMS=ON -DBUILD_TESTING=ON -DOPUS_FAST_MATH=ON -DOPUS_FLOAT_APPROX=ON -DOPUS_
DRED
=ON
-
name
:
Build
working-directory
:
./build
run
:
cmake --build . -j 2 --config ${{ matrix.config.config }} --target package
...
...
@@ -118,4 +118,4 @@ jobs:
-
name
:
Build
run
:
make -j
2
-
name
:
Test
run
:
make check -j 2
\ No newline at end of file
run
:
make check -j
2
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
ddfa4804
...
...
@@ -87,7 +87,7 @@ cmake:
script
:
-
./autogen.sh
-
mkdir build
-
cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DOPUS_BUILD_PROGRAMS=ON -DBUILD_TESTING=ON -DOPUS_FAST_MATH=ON -DOPUS_FLOAT_APPROX=ON -DOPUS_
NEURAL_FEC
=ON -DOPUS_X86_PRESUME_AVX2=ON
-
cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DOPUS_BUILD_PROGRAMS=ON -DBUILD_TESTING=ON -DOPUS_FAST_MATH=ON -DOPUS_FLOAT_APPROX=ON -DOPUS_
DRED
=ON -DOPUS_X86_PRESUME_AVX2=ON
-
cmake --build build
-
cd build && ctest --output-on-failure -j
16
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment