Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial

script:
- sudo ./install.sh
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdir C:\BigARTM
cd C:\BigARTM
wget "https://ci.appveyor.com/api/projects/bigartm/bigartm/artifacts/BigARTM.7z?branch=stable&job=Environment%3A%20PYTHON_VERSION%3D3.6%2C%20MINICONDA%3DC%3A%5CMiniconda36-x64" -OutFile "$pwd\BigARTM.7z"
wget "https://ci.appveyor.com/api/buildjobs/v6d2yrd72llqs4pe/artifacts/BigARTM.7z" -OutFile "$pwd\BigARTM.7z"
7z.exe x .\BigARTM.7z

cd protobuf\python
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install protobuf
pip install tqdm

# Clone repository and build
git clone --branch=v0.9.0 https://github.com/bigartm/bigartm.git
git clone --branch=master https://github.com/bigartm/bigartm.git
cd bigartm
mkdir build && cd build
cmake ..
Expand Down