Skip to content

Commit e6f965d

Browse files
committed
Merge branch 'release/6.0.0'
2 parents 45997cf + f67d529 commit e6f965d

File tree

693 files changed

+31257
-27207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

693 files changed

+31257
-27207
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ cpplint.py
4545
/doc/pages*/Examples*.mainpage
4646

4747
# /src/
48-
/src/shogun/lib/versionstring.h
49-
/src/shogun/lib/config.h
50-
/src/shogun/base/class_list.cpp
5148
/src/shogun/Makefile
5249
/src/interfaces/*/Makefile
5350
/src/examples

.gitmodules

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
path = data
33
url = git://github.com/shogun-toolbox/shogun-data.git
44
branch = master
5-
[submodule "doc/tutorial"]
6-
path = doc/tutorial
7-
url = git://github.com/shogun-toolbox/shogun-tutorial.git
85
[submodule "debian"]
96
path = debian
107
url = git://github.com/shogun-toolbox/shogun-debian.git
11-
[submodule "doc/wiki"]
12-
path = doc/wiki
13-
url = git://github.com/shogun-toolbox/shogun-wiki.git
14-
[submodule "doc/readme"]
15-
path = doc/readme
16-
url = git://github.com/shogun-toolbox/docs.git

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ matrix:
6060
- CMAKE_OPTIONS="-DRModular=ON -DTRAVIS_DISABLE_UNIT_TESTS=ON -DTRAVIS_DISABLE_LIBSHOGUN_TESTS=ON"
6161
- CC=clang
6262
- CXX=clang++
63+
- compiler: clang
64+
services: docker
65+
env:
66+
- CMAKE_OPTIONS="-DScalaModular=ON -DTRAVIS_DISABLE_UNIT_TESTS=ON -DTRAVIS_DISABLE_LIBSHOGUN_TESTS=ON"
67+
- CC=clang
68+
- CXX=clang++
6369
before_install:
6470
- docker pull shogun/shogun-dev
6571
- echo $CC; echo $CXX

0 commit comments

Comments
 (0)