Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build libargparse in ci-unix-static.yml #1794

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

maryla-uc
Copy link
Collaborator

And make sure test_cmd_avifgainmaputil gets run.

Contains a small unimportant change in ext/libargparse.cmd just to make sure that existing CI cache files get invalidated.

And make sure test_cmd_avifgainmaputil gets run.
@@ -249,6 +249,12 @@ if(AVIF_BUILD_APPS)
${CMAKE_CURRENT_SOURCE_DIR}/data
)

if(AVIF_ENABLE_AVIFGAINMAPUTIL)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that test now run in CI?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. There were two reasons it wasn't run: the CI didn't have libargparse (which is needed to build avifgainmaputil), and the test was incorrectly put inside an if(AVIF_ENABLE_GOLDEN_TESTS) even though it's not a golden test.

@maryla-uc maryla-uc merged commit d284e65 into AOMediaCodec:main Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants