Merge pull request #25 from vertexclique/multi-os-builds

Multi OS builds
This commit is contained in:
Mahmut Bulut 2019-08-21 01:56:12 +02:00 committed by GitHub
commit a33a508259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 3 deletions

View File

@ -1,4 +1,7 @@
language: rust
os:
- linux
- osx
rust:
- nightly
- stable

View File

@ -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>
@ -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: