Skip to content

Commit

Permalink
Add AVIF_ENABLE_EXPERIMENTAL_YCGCO_R=ON to CI
Browse files Browse the repository at this point in the history
Code paths with and without AVIF_ENABLE_EXPERIMENTAL_YCGCO_R enabled
should be tested as continuous integration. ci-unix-static.yml and
ci-windows.yml are picked as various platforms. The other workflows
are left with AVIF_ENABLE_EXPERIMENTAL_YCGCO_R disabled.
  • Loading branch information
y-guyon authored Aug 7, 2023
1 parent b351b1a commit b415a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
-DAVIF_LOCAL_LIBSHARPYUV=ON
-DAVIF_BUILD_EXAMPLES=ON -DAVIF_BUILD_APPS=ON
-DAVIF_BUILD_TESTS=ON -DAVIF_ENABLE_GTEST=ON -DAVIF_LOCAL_GTEST=ON
-DAVIF_ENABLE_EXPERIMENTAL_YCGCO_R=ON
- name: Build libavif (ninja)
working-directory: ./build
run: ninja
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
-DAVIF_LOCAL_ZLIBPNG=ON
-DAVIF_BUILD_EXAMPLES=ON -DAVIF_BUILD_APPS=ON
-DAVIF_BUILD_TESTS=ON -DAVIF_ENABLE_GTEST=ON -DAVIF_LOCAL_GTEST=ON
-DAVIF_ENABLE_EXPERIMENTAL_YCGCO_R=ON
- name: Build libavif (ninja)
working-directory: ./build
run: ninja
Expand Down

0 comments on commit b415a2b

Please sign in to comment.