forked from loafle/openapi-generator-original
		
	* [CI] try to fix bitrise deprecation warning * [CI] try to fix bitrise deprecation warning * skip tests * simply run tests --------- Co-authored-by: Bruno Coelho <4brunu@gmail.com>
This commit is contained in:
		
							parent
							
								
									a9e4eaf582
								
							
						
					
					
						commit
						854f8dbc6d
					
				
							
								
								
									
										16
									
								
								bitrise.yml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								bitrise.yml
									
									
									
									
									
								
							@ -10,10 +10,7 @@ trigger_map:
 | 
				
			|||||||
workflows:
 | 
					workflows:
 | 
				
			||||||
  primary:
 | 
					  primary:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - git-clone@6.2.1: {}
 | 
					    - git-clone@8.0.0: {}
 | 
				
			||||||
    - brew-install@0.12.1:
 | 
					 | 
				
			||||||
        inputs:
 | 
					 | 
				
			||||||
        - packages: maven
 | 
					 | 
				
			||||||
    - script@1.2.0:
 | 
					    - script@1.2.0:
 | 
				
			||||||
        title: Install Cocoapods
 | 
					        title: Install Cocoapods
 | 
				
			||||||
        inputs:
 | 
					        inputs:
 | 
				
			||||||
@ -21,15 +18,6 @@ workflows:
 | 
				
			|||||||
            #!/usr/bin/env bash
 | 
					            #!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            sudo gem install cocoapods
 | 
					            sudo gem install cocoapods
 | 
				
			||||||
    - script@1.2.0:
 | 
					 | 
				
			||||||
        inputs:
 | 
					 | 
				
			||||||
        - content: |
 | 
					 | 
				
			||||||
            #!/usr/bin/env bash
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            set -e
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            mvn --no-snapshot-updates package -Dorg.slf4j.simpleLogger.defaultLogLevel=error
 | 
					 | 
				
			||||||
        title: Build openapi-generator
 | 
					 | 
				
			||||||
    - script@1.2.0:
 | 
					    - script@1.2.0:
 | 
				
			||||||
        title: Run Swift5 tests
 | 
					        title: Run Swift5 tests
 | 
				
			||||||
        inputs:
 | 
					        inputs:
 | 
				
			||||||
@ -42,4 +30,4 @@ workflows:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
meta:
 | 
					meta:
 | 
				
			||||||
  bitrise.io:
 | 
					  bitrise.io:
 | 
				
			||||||
    stack: osx-xcode-14.1.x
 | 
					    stack: osx-xcode-14.2.x
 | 
				
			||||||
 | 
				
			|||||||
@ -41,3 +41,4 @@
 | 
				
			|||||||
        </plugins>
 | 
					        </plugins>
 | 
				
			||||||
    </build>
 | 
					    </build>
 | 
				
			||||||
</project>
 | 
					</project>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DIRECTORY=`dirname $0`
 | 
					DIRECTORY=`dirname $0`
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user