Skip to content

Add OSX to CI #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ianfixes opened this issue May 6, 2018 · 0 comments · Fixed by #50
Closed

Add OSX to CI #49

ianfixes opened this issue May 6, 2018 · 0 comments · Fixed by #50
Labels
ci scripts The test runner scripts enhancement New feature or request YAML The configuration files or system

Comments

@ianfixes
Copy link
Collaborator

ianfixes commented May 6, 2018

Summary

This project will be cross-platform as of #39. Update Travis CI to test both OSX and Linux:

os:
  - linux
  - osx

https://docs.travis-ci.com/user/multi-os/

The, update the build status in the README.md to be a table like in manticore-native

Platform | Version                   | Native | Distro    | Version | CI Status |
-------- | -------                   | ------ |  ------   | ------- |:------    |
iOS      | 7.0+                      | Obj C  | CocoaPods | none    | [![Build Status](https://badges.herokuapp.com/travis/paypal/manticore-native?env=BUILD_ITEM=objc&label=build&branch=master)](https://travis-ci.org/paypal/manticore-native)
MacOS    | 10.9+                     | Obj C  | CocoaPods | none    | [![Build Status](https://badges.herokuapp.com/travis/paypal/manticore-native?env=BUILD_ITEM=objc&label=build&branch=master)](https://travis-ci.org/paypal/manticore-native)
Android  | API 19+                   | Java   | JCenter   | none    | [![Build Status](https://badges.herokuapp.com/travis/paypal/manticore-native?env=BUILD_ITEM=java&label=build&branch=master)](https://travis-ci.org/paypal/manticore-native)
Windows  | XP (.Net4)                | C#     | NuGet     | none    | [![Build status](https://ci.appveyor.com/api/projects/status/sm23ige74y836v48?svg=true)](https://ci.appveyor.com/project/ifreecarve/manticore-native/branch/master)
Windows  | 7,8,Vista (v8  )          | C#     | NuGet     | none    | [![Build status](https://ci.appveyor.com/api/projects/status/sm23ige74y836v48?svg=true)](https://ci.appveyor.com/project/ifreecarve/manticore-native/branch/master)
Windows  | 8.1, 8.1 Phone, 10 (jint) | C#     | NuGet     | none    | [CI not running](https://github.com/paypal/manticore-native/issues/14)
_codegen_| 0.12                      | JS     | npm       | none    | [![Build Status](https://badges.herokuapp.com/travis/paypal/manticore-native?env=BUILD_ITEM=node&label=build&branch=master)](https://travis-ci.org/paypal/manticore-native)
@ianfixes ianfixes added enhancement New feature or request ci scripts The test runner scripts YAML The configuration files or system labels May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci scripts The test runner scripts enhancement New feature or request YAML The configuration files or system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant