Skip to content

Commit c47fcb9

Browse files
committed
Travis doc test
1 parent 74f7279 commit c47fcb9

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

.travis.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ sudo: false
44

55
jobs:
66
include:
7-
- stage: compile osx
8-
os: osx
9-
osx_image: xcode10.1
10-
before_install:
11-
- brew install gcc@6
12-
- brew install git-lfs
13-
- git lfs install
14-
before_script:
15-
- git lfs pull
16-
env:
17-
- CMAKE_OPTIONS="-DCMAKE_C_COMPILER=gcc-6 -DCMAKE_CXX_COMPILER=g++-6"
18-
deploy:
19-
provider: releases
20-
api_key: $GITHUB_TOKEN
21-
draft: true
22-
skip_cleanup: true
23-
file: build/sdg-${TRAVIS_OS_NAME}.tar.gz
24-
on:
25-
tags: true
7+
# - stage: compile osx
8+
# os: osx
9+
# osx_image: xcode10.1
10+
# before_install:
11+
# - brew install gcc@6
12+
# - brew install git-lfs
13+
# - git lfs install
14+
# before_script:
15+
# - git lfs pull
16+
# env:
17+
# - CMAKE_OPTIONS="-DCMAKE_C_COMPILER=gcc-6 -DCMAKE_CXX_COMPILER=g++-6"
18+
# deploy:
19+
# provider: releases
20+
# api_key: $GITHUB_TOKEN
21+
# draft: true
22+
# skip_cleanup: true
23+
# file: build/sdg-${TRAVIS_OS_NAME}.tar.gz
24+
# on:
25+
# tags: true
2626
- stage: compile linux
2727
os: linux
2828
before_script:

doc/sphinx/sdg/_sdglib_toc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ SDG Classes
1111
sdglib/classes/LinkedReadsMapper.rst
1212
sdglib/classes/LongReadsMapper.rst
1313
sdglib/classes/LinkageMaker.rst
14+
sdglib/classes/ReadThreadsGraph.rst
1415

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ReadThreadsGraph
2+
=========
3+
4+
.. doxygenclass:: ReadThreadsGraph
5+
:members:

0 commit comments

Comments
 (0)