-
Notifications
You must be signed in to change notification settings - Fork 213
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
Remove all remaining references to AppVeyor #2451
Conversation
It was replaced with .github/workflows/ci-windows-artifacts.yml. [skip ci]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay
I do not understand why |
It was replaced with .github/workflows/ci-windows-artifacts.yml. Also remove the broken Travis Build Status link.
It was replaced with .github/workflows/ci-windows-artifacts.yml. Also remove the broken Travis Build Status link.
@@ -144,12 +144,10 @@ cmake -S . -B build -DBUILD_SHARED_LIBS=OFF -DAVIF_CODEC_AOM=LOCAL -DAVIF_LIBYUV | |||
cmake --build build --parallel | |||
``` | |||
|
|||
## Prebuilt Library (Windows) | |||
## Prebuilt Static Binaries (Windows) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I suggest removing the word "Static".
It's not clear what "Static" means here. I think it means "statically-linked", i.e., the executables are linked with the libavif static library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in #2462.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also done in #2463.
It was replaced with .github/workflows/ci-windows-artifacts.yml.
Also remove the broken Travis Build Status link.