forked from loafle/openapi-generator-original
* [swift5][client] add support for async await * [swift5][client] disable CI for the async await sample project temporarily
4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swift build && exit ${PIPESTATUS[0]}
|