Skip to content

Commit b0b2fc4

Browse files
committed
Updated README with jenkins status icons
1 parent 2ae92cb commit b0b2fc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
[ArrayFire](https://github.com/arrayfire/arrayfire) is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific computing code that is portable across CUDA, OpenCL and CPU devices. This project provides Python bindings for the ArrayFire library.
44

5+
## Status
6+
| | Linux | Windows | Mac OSX |
7+
|:------:|:------------:|:--------------:|:-------:|
8+
| Tests | [![Build Status](http://ci.arrayfire.org/buildStatus/icon?job=arrayfire-wrappers/python-linux)](http://ci.arrayfire.org/view/All/job/arrayfire-wrappers/job/python-linux/) | [![Build Status](http://ci.arrayfire.org/buildStatus/icon?job=arrayfire-wrappers/python-windows)](http://ci.arrayfire.org/view/All/job/arrayfire-wrappers/job/python-windows/) | |
9+
510
## Example
611

7-
```
12+
```python
813
import arrayfire as af
914

1015
# Display backend information

0 commit comments

Comments
 (0)