Skip to content

Commit

Permalink
Merge branch 'release/6.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Apr 23, 2017
2 parents 45997cf + f67d529 commit e6f965d
Show file tree
Hide file tree
Showing 693 changed files with 31,257 additions and 27,207 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ cpplint.py
/doc/pages*/Examples*.mainpage

# /src/
/src/shogun/lib/versionstring.h
/src/shogun/lib/config.h
/src/shogun/base/class_list.cpp
/src/shogun/Makefile
/src/interfaces/*/Makefile
/src/examples
Expand Down
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
path = data
url = git://github.com/shogun-toolbox/shogun-data.git
branch = master
[submodule "doc/tutorial"]
path = doc/tutorial
url = git://github.com/shogun-toolbox/shogun-tutorial.git
[submodule "debian"]
path = debian
url = git://github.com/shogun-toolbox/shogun-debian.git
[submodule "doc/wiki"]
path = doc/wiki
url = git://github.com/shogun-toolbox/shogun-wiki.git
[submodule "doc/readme"]
path = doc/readme
url = git://github.com/shogun-toolbox/docs.git
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ matrix:
- CMAKE_OPTIONS="-DRModular=ON -DTRAVIS_DISABLE_UNIT_TESTS=ON -DTRAVIS_DISABLE_LIBSHOGUN_TESTS=ON"
- CC=clang
- CXX=clang++
- compiler: clang
services: docker
env:
- CMAKE_OPTIONS="-DScalaModular=ON -DTRAVIS_DISABLE_UNIT_TESTS=ON -DTRAVIS_DISABLE_LIBSHOGUN_TESTS=ON"
- CC=clang
- CXX=clang++
before_install:
- docker pull shogun/shogun-dev
- echo $CC; echo $CXX
Expand Down
Loading

0 comments on commit e6f965d

Please sign in to comment.