zxingify / zxingify-objc

An Objective-C Port of ZXing
Apache License 2.0
3.07k stars 753 forks source link

Add initial CI configuration #508

Closed marcelofabri closed 1 year ago

marcelofabri commented 4 years ago

Fixes #346

This was heavily inspired by SwiftLint's configuration.

You probably need to sign up for Azure Pipelines in order for this to run: https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-sign-up?view=azure-devops

benjohnde commented 4 years ago

Thanks for your contribution but I would rather see github actions to be used in near future. I won't sign up to some third party services as most of the stuff can easily be handled by github actions.

benjohnde commented 4 years ago

If I am not mistaken your ci configuration can easily be adapted to github actions, I am going to dive in later this afternoon.

marcelofabri commented 4 years ago

No worries, I just used Azure Pipelines because it's what I've had an example in hand. Any of the services should work almost the same.