Skip to content

Commit

Permalink
travis: Initial configuration.
Browse files Browse the repository at this point in the history
Travis: Silenced "apt-get" and added numpytest.

Travis: Trying to fix dependencies.

travis: Switched status-badge from drone to travis.

Travis: Trying another...

Travis: And another...

Travis: Fix path to numpytest.

Travis: Trying out env-vars.
  • Loading branch information
safl committed Mar 31, 2015
1 parent b8b25d3 commit ab03b9d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c
compiler:
- gcc
- clang
env:
- OMP_NUM_THREADS=4 BH_VE_CPU_JIT_FUSION=1 LD_LIBRARY_PATH="$HOME/.local/lib:$LD_LIBRARY_PATH"
- OMP_NUM_THREADS=4 BH_VE_CPU_JIT_FUSION=0 LD_LIBRARY_PATH="$HOME/.local/lib:$LD_LIBRARY_PATH"
before_install:
- sudo apt-get update -qq
- sudo apt-get build-dep -qq python-numpy
- sudo apt-get install -qq python python-numpy python-cheetah cython swig cmake libboost-all-dev libboost-dev libboost-filesystem-dev libboost-system-dev libboost-serialization-dev libboost-thread-dev libhwloc-dev
script:
- mkdir bdir && cd bdir && cmake ../ && make -j4 && make install
- python ../test/python/numpytest.py
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome!
========

[![Build Status](https://drone.io/bitbucket.org/bohrium/bohrium/status.png)](https://drone.io/bitbucket.org/bohrium/bohrium/latest)
[![Build Status](https://travis-ci.org/bh107/bohrium.svg?branch=master)](https://travis-ci.org/bh107/bohrium)

Bohrium provides a runtime environment for efficiently executing vectorized applications using your favorourite programming languange Python/NumPy, C#, F# on Linux, Windows and MacOSX.

Expand All @@ -16,4 +16,4 @@ Features
| MacOSX | X | | | X | X | X |
| Windows | X | X | | | X | X |

The documentation is available at www.bh107.org
The documentation is available at www.bh107.org

0 comments on commit ab03b9d

Please sign in to comment.