diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 897de63..c0f3eae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,3 +35,16 @@ steps: destinationPlatformOption: 'iOS' destinationSimulators: 'iPhone 11' publishJUnitResults: true +- task: Bash@3 + displayName: 'Cocoapod lint' + inputs: + targetType: inline + script: | + bundle exec pod lib lint --quick +- task: Bash@3 + displayName: 'Build and archive for cartage' + inputs: + targetType: inline + script: | + carthage build --no-skip-current + carthage archive RFIBANHelper \ No newline at end of file