mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
adding travis config
This commit is contained in:
parent
7a4019a35b
commit
b99dc79ce0
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
os:
|
||||
- linux
|
||||
git:
|
||||
depth: 3
|
||||
python: 2.7.10
|
||||
before_install:
|
||||
- pip install numpy
|
||||
script:
|
||||
cd build && cmake . && make -j2 && make test
|
Loading…
x
Reference in New Issue
Block a user