Commit 62c4e458 authored by rusty1s's avatar rusty1s
Browse files

only test windows

parent c251ce50
...@@ -8,7 +8,6 @@ env: ...@@ -8,7 +8,6 @@ env:
# - FORCE_CUDA=0 TORCH=${TORCH_VERSION}+cpu # - FORCE_CUDA=0 TORCH=${TORCH_VERSION}+cpu
# - FORCE_CUDA=1 CUDA_SHORT=9.2 CUDA=9.2.148-1 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92 # - FORCE_CUDA=1 CUDA_SHORT=9.2 CUDA=9.2.148-1 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92
# - FORCE_CUDA=1 CUDA_SHORT=10.0 CUDA=10.0.130-1 UBUNTU_VERSION=ubuntu1804 CUBLAS=cuda-cublas-dev-10-0 TORCH=${TORCH_VERSION}+cu100 # - FORCE_CUDA=1 CUDA_SHORT=10.0 CUDA=10.0.130-1 UBUNTU_VERSION=ubuntu1804 CUBLAS=cuda-cublas-dev-10-0 TORCH=${TORCH_VERSION}+cu100
# - FORCE_CUDA=1 CUDA_SHORT=10.1 CUDA=10.1.105-1 UBUNTU_VERSION=ubuntu1804 CUBLAS=libcublas-dev TORCH=${TORCH_VERSION}
jobs: jobs:
include: include:
...@@ -29,18 +28,40 @@ jobs: ...@@ -29,18 +28,40 @@ jobs:
# - UBUNTU_VERSION=ubuntu1604 # - UBUNTU_VERSION=ubuntu1604
# - CUBLAS=cuda-cublas-dev-9-2 # - CUBLAS=cuda-cublas-dev-9-2
# - TORCH=${TORCH_VERSION}+cu92 # - TORCH=${TORCH_VERSION}+cu92
# - name: linux/cu100
# os: linux
# language: python
# python: 3.7
# env:
# - FORCE_CUDA=1
# - CUDA_SHORT=10.0
# - CUDA=10.0.130-1
# - UBUNTU_VERSION=ubuntu1804
# - CUBLAS=cuda-cublas-dev-10-0
# - TORCH=${TORCH_VERSION}+cu100
# - name: linux/cu101
# os: linux
# language: python
# python: 3.7
# env:
# - FORCE_CUDA=1
# - CUDA_SHORT=10.1
# - CUDA=10.1.105-1
# - UBUNTU_VERSION=ubuntu1804
# - CUBLAS=libcublas-dev
# - TORCH=${TORCH_VERSION}+
# - name: macosx/cpu # - name: macosx/cpu
# os: osx # os: osx
# osx_image: xcode11.3 # osx_image: xcode11.3
# language: shell # language: shell
# env: # env:
# - TORCH=${TORCH_VERSION} # - TORCH=${TORCH_VERSION}
# - PATH=/c/Python37:/c/Python37/Scripts:$PATH
- name: windows/cpu - name: windows/cpu
os: windows os: windows
language: shell # `language: python` is an error on Travis CI Windows language: shell # `language: python` is an error on Travis CI Windows
env: env:
- TORCH=${TORCH_VERSION}+cpu - TORCH=${TORCH_VERSION}+cpu
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install: before_install:
- choco install python --version 3.7.6 - choco install python --version 3.7.6
......
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