bow-swift / bow-openapi

🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
https://openapi.bow-swift.io
Other
51 stars 1 forks source link

Linux #33

Closed miguelangel-dev closed 4 years ago

miguelangel-dev commented 4 years ago

Goal

This PR makes compatible Bow OpenAPI binary with Unix systems:

Also, this PR migrate from Travis to Github Actions our CI.

Screen Shot 2020-05-04 at 15 58 05

Testing details

You can generate the whole module-tests compatible with Linux, running from macOS:

$ swift test --generate-linuxmain

After, go to Linux and using this auto-generated tests code, run (in root folder):

$ swift test

Screen Shot 2020-05-04 at 17 21 06

References