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-sparse
Commits
cb401a94
Commit
cb401a94
authored
Oct 21, 2019
by
rusty1s
Browse files
maco os travis
parent
5dc8b205
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
16 deletions
+32
-16
.travis.yml
.travis.yml
+32
-16
No files found.
.travis.yml
View file @
cb401a94
language
:
python
jobs
:
sudo
:
required
dist
:
trusty
matrix
:
include
:
include
:
-
python
:
3.5
-
os
:
linux
-
python
:
3.6
language
:
python
addons
:
python
:
3.7
apt
:
addons
:
sources
:
apt
:
-
ubuntu-toolchain-r-test
sources
:
packages
:
-
ubuntu-toolchain-r-test
-
gcc-4.9
packages
:
-
g++-4.9
-
gcc-5
before_install
:
-
g++-5
-
export CC="gcc-4.9"
env
:
-
export CXX="g++-4.9"
-
CC=gcc-5
-
CXX=g++-5
-
os
:
osx
language
:
sh
before_cache
:
-
brew cleanup
cache
:
directories
:
-
$HOME/Library/Caches/Homebrew
-
/usr/local/Homebrew
addons
:
homebrew
:
packages
:
python3
before_install
:
-
python3 -m pip install --upgrade virtualenv
-
virtualenv -p python3 --system-site-packages "$HOME/venv"
-
source "$HOME/venv/bin/activate"
env
:
-
CC=clang
-
CXX=clang++
install
:
install
:
-
pip install numpy
-
pip install numpy
-
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
-
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
...
...
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