File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : cpp
2
+
3
+ compiler :
4
+ - gcc
5
+ - clang
6
+
7
+ # TODO: should install a tagged version
8
+ before_install :
9
+ - cd $HOME
10
+ - git clone https://github.com/r9y9/hts_engine_API.git && cd hts_engine_API/src
11
+ - ./waf configure build
12
+ - sudo ./waf install
13
+ - cd $TRAVIS_BUILD_DIR
14
+
15
+ # Just check if build success or not for now
16
+ script :
17
+ - cd src
18
+ - ./waf configure
19
+ - ./waf build
20
+
21
+ notifications :
22
+ email : false
23
+
24
+ os :
25
+ - linux
26
+ - osx
Original file line number Diff line number Diff line change
1
+ # open_jtalk
2
+
3
+ A fork of open_jtalk based on v1.10.
4
+
5
+ ## Why
6
+
7
+ Wanted to fork it with * git* .
8
+
9
+ ** NOTE** : To preserve history of cvs version of open_jtalk, this fork was originially created by:
10
+
11
+ ```
12
+ git cvsimport -v \
13
+ -d :pserver:[email protected] :/cvsroot/open-jtalk \
14
+ -C open_jtalk open_jtalk
15
+ ```
You can’t perform that action at this time.
0 commit comments