mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-12 05:31:51 +00:00
adding boost to travis
This commit is contained in:
parent
b18328afed
commit
ca77e5c0a7
@ -1,4 +1,5 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
sudo: required
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
os:
|
os:
|
||||||
@ -7,7 +8,9 @@ git:
|
|||||||
depth: 3
|
depth: 3
|
||||||
python: 2.7.10
|
python: 2.7.10
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --user --upgrade pip
|
# - pip install --upgrade --user pip
|
||||||
- pip install --user numpy
|
# - pip install --user numpy
|
||||||
|
sudo apt-get install python-numpy
|
||||||
|
sudo apt-get install libboost-all-dev libboost-all
|
||||||
script:
|
script:
|
||||||
cd build && cmake . && make -j2 && make test
|
cd build && cmake . && make -j2 && make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user