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
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: "{build}"

# specify custom environment variables
environment:
PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64
PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda37-x64

# clone directory
clone_folder: C:\projects\bigartm-install
Expand Down
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/projects/bigartm/bigartm/artifacts/BigARTM.7z?branch=stable&job=Environment%3A%20PYTHON_VERSION%3D3.6%2C%20MINICONDA%3DC%3A%5CMiniconda37-x64" -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=v0.10.0 https://github.com/bigartm/bigartm.git
cd bigartm
mkdir build && cd build
cmake ..
Expand Down