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:
|
||||
primary:
|
||||
steps:
|
||||
- git-clone@6.2.1: {}
|
||||
- brew-install@0.12.1:
|
||||
inputs:
|
||||
- packages: maven
|
||||
- git-clone@8.0.0: {}
|
||||
- script@1.2.0:
|
||||
title: Install Cocoapods
|
||||
inputs:
|
||||
@ -21,15 +18,6 @@ workflows:
|
||||
#!/usr/bin/env bash
|
||||
|
||||
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:
|
||||
title: Run Swift5 tests
|
||||
inputs:
|
||||
@ -42,4 +30,4 @@ workflows:
|
||||
|
||||
meta:
|
||||
bitrise.io:
|
||||
stack: osx-xcode-14.1.x
|
||||
stack: osx-xcode-14.2.x
|
||||
|
@ -41,3 +41,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
DIRECTORY=`dirname $0`
|
||||
|
Loading…
x
Reference in New Issue
Block a user