Skip to content
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

Multi OS builds #25

Merged
merged 2 commits into from
Aug 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: rust
os:
- linux
- osx
rust:
- nightly
- stable
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,21 @@
</td>
</tr>
<tr>
<td>Build Status</td>
<td>Build Status (Linux / MacOS)</td>
<td>
<a href="https://travis-ci.org/vertexclique/bastion">
<img src="https://travis-ci.org/vertexclique/bastion.svg?branch=master" alt="travis build status" />
</a>
</td>
</tr>
<tr>
<td>Build Status (Windows)</td>
<td>
<a href="https://ci.appveyor.com/project/vertexclique/bastion/branch/master">
<img src="https://ci.appveyor.com/api/projects/status/ksfqpeuq9gxspnb6/branch/master?svg=true" alt="appveyor build status" />
</a>
</td>
</tr>
<tr>
<td>Downloads</td>
<td>
Expand Down Expand Up @@ -87,9 +95,9 @@ Check [root supervisor](https://github.com/vertexclique/bastion/blob/master/exam

[Examples](https://github.com/vertexclique/bastion/blob/master/examples) cover all the use cases in the frame of the crate.

Include bastion to your project with, it requires nightly features to do it's job:
Include bastion to your project with:
```toml
bastion = "*"
bastion = "0.1"
```

In most simple way you can use Bastion like here:
Expand Down