File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -25,27 +25,12 @@ before_install:
25
25
- pip install -U numpy scipy pandas tqdm --only-binary numpy,scipy,pandas
26
26
- pip install -U protobuf
27
27
- pip install -r requirements.txt
28
- # install boost
29
- - sudo add-apt-repository universe
30
- - sudo apt-get update
31
- - sudo apt-get install libboost-all-dev
32
-
33
- - cd ..
34
- - git clone --branch v0.9.1 --depth=1 https://github.com/bigartm/bigartm.git
35
- - cd bigartm
36
- # configure ccache
37
- # code from https://github.com/urho3d/Urho3D/blob/master/.travis.yml
38
- - export PATH=$(whereis -b ccache |grep -o '\S*lib\S*'):$PATH
39
- - export CXX=g++
40
- - ln -s $(which ccache) $HOME/g++ && export PATH=$HOME:$PATH
41
28
42
29
install :
43
- - mkdir build
44
- - pushd build && cmake .. && make -j2 && file ./bin/bigartm && popd
45
- - pushd python && python setup.py install && popd
30
+ # - pushd python && python setup.py install && popd
46
31
47
32
script :
48
- - cd ../ TopicNet/topicnet
33
+ - cd TopicNet/topicnet
49
34
- py.test . --timeout=40 --cov
50
35
51
36
after_success :
You can’t perform that action at this time.
0 commit comments