Skip to content

Commit f1bf063

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
include mbtserver in the build. requires json too
1 parent d4f4335 commit f1bf063

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,20 @@ before_install:
106106
- make
107107
- sudo make install
108108
- cd ..
109+
- git clone https://github.com/LanguageMachines/json
110+
- cd json
111+
- bash bootstrap.sh
112+
- ./configure $OPENMPFLAG
113+
- make
114+
- sudo make install
115+
- cd ..
116+
- git clone https://github.com/LanguageMachines/mbtserver
117+
- cd mbtserver
118+
- bash bootstrap.sh
119+
- ./configure $OPENMPFLAG
120+
- make
121+
- sudo make install
122+
- cd ..
109123
- git clone https://github.com/LanguageMachines/frogdata
110124
- cd frogdata
111125
- bash bootstrap.sh

0 commit comments

Comments
 (0)