webmproject / sjpeg

SimpleJPEG: simple jpeg encoder
Apache License 2.0
69 stars 12 forks source link

CI: Create AppVeyor configuration #110

Closed EwoutH closed 3 years ago

EwoutH commented 3 years ago

Creates an AppVeyor configuration to build sjpeg with CMake and Visual Studio 2019 (MSVC) for the x64 and ARM64 platforms.

An example build can be found here. AppVeyor needs to be enabled on the GitHub Marketplace.

Currently the Arm64 job fails. See #109.

skal65535 commented 3 years ago

On Thu, Apr 22, 2021 at 1:18 PM Ewout ter Hoeven @.***> wrote:

Creates an AppVeyor configuration to build sjpeg with CMake and Visual Studio 2019 (MSVC) for the x64 and ARM64 platforms.

An example build can be found here https://ci.appveyor.com/project/EwoutH/sjpeg/builds/38824899. AppVeyor needs to be enabled on the GitHub Marketplace https://github.com/marketplace/appveyor.

Currently the Arm64 job fails. See #109 https://github.com/webmproject/sjpeg/issues/109.

Thanks for the report and the patch! merged.

skal/


You can view, comment on, or merge this pull request online at:

https://github.com/webmproject/sjpeg/pull/110 Commit Summary

  • CI: Create AppVeyor configuration

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/webmproject/sjpeg/pull/110, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQIPF2E7MYVIDAXBWHY67TTKAAXPANCNFSM43MH2GEA .

EwoutH commented 3 years ago

Thanks for merging!

Please note that this is only a configuration file, for it to do something AppVeyor needs to be activated for the webmproject/sjpeg repository. That can be done on the GitHub Marketplace (recommended) or on ci.appveyor.com (see Welcome to AppVeyor).