Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Commit

Permalink
Update travis and document the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Dec 11, 2018
1 parent bdd3a10 commit f699aa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: rust
rust:
- nightly
os:
- linux
- osx
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ The API is far from stable
- [x] Documentation
- [ ] TimeInfo/generic data pinning
- [x] pkg-conf `.pc` generation
- [ ] Examples
- [x] Examples
- [x] Install target

## Usage
You may generate the library and the header file using
You may generate the library and the header file using.

> Currently it **requires** nightly to expand the macros.
### Makefile
A quite simple makefile is provided:
Expand Down

0 comments on commit f699aa4

Please sign in to comment.