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