Skip to content

Commit fa94048

Browse files
committed
add from master
1 parent 5f3e6a1 commit fa94048

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
```

0 commit comments

Comments
 (0)