Attempt to work around a stupid CocoaPods restriction

pull/751/head
Morgan Pretty 2 years ago
parent f8b69cd03c
commit f623db678e

@ -29,7 +29,7 @@ local xcpretty_commands = [
steps: [ steps: [
{ name: 'Clone Submodules', commands: submodule_commands }, { name: 'Clone Submodules', commands: submodule_commands },
// { name: 'Install XCPretty', commands: xcpretty_commands }, // { name: 'Install XCPretty', commands: xcpretty_commands },
{ name: 'Install CocoaPods', commands: ['pod install'] }, { name: 'Install CocoaPods', commands: ['LANG=en_US.UTF-8 pod install'] },
{ {
name: 'Run Unit Tests', name: 'Run Unit Tests',
commands: [ commands: [
@ -48,7 +48,7 @@ local xcpretty_commands = [
steps: [ steps: [
{ name: 'Clone Submodules', commands: submodule_commands }, { name: 'Clone Submodules', commands: submodule_commands },
// { name: 'Install XCPretty', commands: xcpretty_commands }, // { name: 'Install XCPretty', commands: xcpretty_commands },
{ name: 'Install CocoaPods', commands: ['pod install'] }, { name: 'Install CocoaPods', commands: ['LANG=en_US.UTF-8 pod install'] },
{ {
name: 'Build', name: 'Build',
commands: [ commands: [
@ -68,7 +68,7 @@ local xcpretty_commands = [
// steps: [ // steps: [
// { name: 'Clone Submodules', commands: submodule_commands }, // { name: 'Clone Submodules', commands: submodule_commands },
// // { name: 'Install XCPretty', commands: xcpretty_commands }, // // { name: 'Install XCPretty', commands: xcpretty_commands },
// { name: 'Install CocoaPods', commands: ['pod install'] }, // { name: 'Install CocoaPods', commands: ['LANG=en_US.UTF-8 pod install'] },
// { // {
// name: 'Build', // name: 'Build',
// commands: [ // commands: [

Loading…
Cancel
Save