Commit f7eedf67 authored by rusty1s's avatar rusty1s
Browse files

cmake

parent 8fa4792b
language: shell
os:
# - linux
- linux
# - osx
- windows
......@@ -60,11 +60,11 @@ jobs:
install:
- source script/cuda.sh
- source script/conda.sh
- source script/metis.sh
- conda create --yes -n test python="${PYTHON_VERSION}"
- source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh
- conda install -c anaconda metis --yes
- pip install torch-scatter==latest+${IDX} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html
- pip install flake8 codecov
- python setup.py install
......
......@@ -2,6 +2,7 @@
if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
choco install make
cmake --help
fi
METIS=metis-5.1.0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment