Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
aa1b2ced
".github/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "927d98a6cde43ffee3ef269cf013df5e96cbe767"
Commit
aa1b2ced
authored
Feb 11, 2020
by
rusty1s
Browse files
all versions
parent
161d60d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
49 deletions
+46
-49
.travis.yml
.travis.yml
+46
-49
No files found.
.travis.yml
View file @
aa1b2ced
...
@@ -16,52 +16,50 @@ jobs:
...
@@ -16,52 +16,50 @@ jobs:
python
:
3.7.6
python
:
3.7.6
env
:
env
:
-
IDX=cpu
-
IDX=cpu
# - name: linux/cu92
-
name
:
linux/cu92
# os: linux
os
:
linux
# language: python
language
:
python
# python: 3.7.6
python
:
3.7.6
# env:
env
:
# - FORCE_CUDA=1
-
IDX=cu92
# - CUDA_SHORT=9.2
-
CUDA_SHORT=9.2
# - CUDA=9.2.148-1
-
CUDA=9.2.148-1
# - UBUNTU_VERSION=ubuntu1604
-
UBUNTU_VERSION=ubuntu1604
# - CUBLAS=cuda-cublas-dev-9-2
-
CUBLAS=cuda-cublas-dev-9-2
# - TORCH=${TORCH_VERSION}+cu92
-
name
:
linux/cu100
# - name: linux/cu100
os
:
linux
# os: linux
language
:
python
# language: python
python
:
3.7.6
# python: 3.7.6
env
:
# env:
-
IDX=100
# - FORCE_CUDA=1
-
CUDA_SHORT=10.0
# - CUDA_SHORT=10.0
-
CUDA=10.0.130-1
# - CUDA=10.0.130-1
-
UBUNTU_VERSION=ubuntu1804
# - UBUNTU_VERSION=ubuntu1804
-
CUBLAS=cuda-cublas-dev-10-0
# - CUBLAS=cuda-cublas-dev-10-0
-
name
:
linux/cu101
# - TORCH=${TORCH_VERSION}+cu100
os
:
linux
# - name: linux/cu101
language
:
python
# os: linux
python
:
3.7.6
# language: python
env
:
# python: 3.7.6
-
IDX=cu101
# env:
-
CUDA_SHORT=10.1
# - IDX=cu101
-
CUDA=10.1.105-1
# - CUDA_SHORT=10.1
-
UBUNTU_VERSION=ubuntu1804
# - CUDA=10.1.105-1
-
CUBLAS=libcublas-dev
# - UBUNTU_VERSION=ubuntu1804
-
name
:
macosx/cpu
# - CUBLAS=libcublas-dev
os
:
osx
# - name: macosx/cpu
osx_image
:
xcode11.3
# os: osx
language
:
shell
# osx_image: xcode11.3
env
:
# language: shell
-
IDX=cpu
# env:
-
name
:
windows/cpu
# - TORCH=${TORCH_VERSION}
os
:
windows
# - name: windows/cpu
language
:
shell
# os: windows
env
:
# language: shell
-
IDX=cpu
# env:
-
PATH=/c/Python37:/c/Python37/Scripts:$PATH
# - TORCH=${TORCH_VERSION}+cpu
before_install
:
# - PATH=/c/Python37:/c/Python37/Scripts:$PATH
-
choco install python --version 3.7.6
# before_install:
# - choco install python --version 3.7.6
# - name: windows/cu92
# - name: windows/cu92
# os: windows
# os: windows
# language: shell
# language: shell
...
@@ -108,10 +106,9 @@ script:
...
@@ -108,10 +106,9 @@ script:
-
flake8 .
-
flake8 .
-
python3 setup.py test || python setup.py test
-
python3 setup.py test || python setup.py test
after_success
:
after_success
:
-
python3 setup.py bdist_wheel --dist-dir=dist/${IDX}
-
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then python3 setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
-
if [ "${TRAVIS_OS_NAME}" == "windows" ]; then python setup.py bdist_wheel --dist-dir=dist/${IDX}; fi
-
codecov
-
codecov
-
ls dist
-
ls dist/cpu
deploy
:
deploy
:
provider
:
s3
provider
:
s3
access_key_id
:
AKIAIZNS6U2JRBGA3OHA
access_key_id
:
AKIAIZNS6U2JRBGA3OHA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment