forked from loafle/openapi-generator-original
Update bitrise.io config (#6661)
* update bitrise config * update bitrise.yml * add back --no-snapshot-updates
This commit is contained in:
parent
f91064c0f6
commit
55d8e759de
@ -14,14 +14,14 @@ workflows:
|
|||||||
- brew-install@0.10.2:
|
- brew-install@0.10.2:
|
||||||
inputs:
|
inputs:
|
||||||
- packages: maven
|
- packages: maven
|
||||||
- script@1.1.5:
|
- script@1.1.6:
|
||||||
title: Install Cocoapods
|
title: Install Cocoapods
|
||||||
inputs:
|
inputs:
|
||||||
- content: |
|
- content: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
sudo gem install cocoapods
|
sudo gem install cocoapods
|
||||||
- script@1.1.5:
|
- script@1.1.6:
|
||||||
inputs:
|
inputs:
|
||||||
- content: |
|
- content: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
@ -30,7 +30,7 @@ workflows:
|
|||||||
|
|
||||||
mvn --no-snapshot-updates package -Dorg.slf4j.simpleLogger.defaultLogLevel=error
|
mvn --no-snapshot-updates package -Dorg.slf4j.simpleLogger.defaultLogLevel=error
|
||||||
title: Build openapi-generator
|
title: Build openapi-generator
|
||||||
- script@1.1.5:
|
- script@1.1.6:
|
||||||
title: Update Swift samples
|
title: Update Swift samples
|
||||||
inputs:
|
inputs:
|
||||||
- content: |
|
- content: |
|
||||||
@ -38,8 +38,8 @@ workflows:
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sh bin/generate-samples.sh bin/configs/swift5-*.yaml
|
bin/generate-samples.sh ./bin/configs/other/swift5-*
|
||||||
- script@1.1.5:
|
- script@1.1.6:
|
||||||
title: Run Swift5 tests
|
title: Run Swift5 tests
|
||||||
inputs:
|
inputs:
|
||||||
- content: |
|
- content: |
|
||||||
@ -48,14 +48,4 @@ workflows:
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
./samples/client/test/swift5/swift5_test_all.sh
|
./samples/client/test/swift5/swift5_test_all.sh
|
||||||
# comment out the following as it's causing timeout
|
|
||||||
# - script@1.1.5:
|
|
||||||
# title: Run all bin scripts
|
|
||||||
# inputs:
|
|
||||||
# - content: |-
|
|
||||||
# #!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# set -e
|
|
||||||
#
|
|
||||||
# ./bin/run-all-petstore
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user