Lines Matching full:cd
38 cd conformance && make test_cpp && cd ..
41 cd benchmarks && make && ./generate-datasets && cd ..
68 (cd csharp/src; mono $NUGET restore)
70 cd conformance && make test_csharp && cd ..
88 cd examples && make gotest && cd ..
132 cd $dir && $MVN clean && $MVN test
133 cd ../..
141 cd java && $MVN test && $MVN install
142 cd util && $MVN package assembly:single
143 cd ../..
144 cd conformance && make test_java && cd ..
150 cd javanano && $MVN test && cd ..
252 cd conformance && make test_objc && cd ..
258 cd python
266 cd ..
274 cd python
283 cd ..
288 cd ruby && bash travis-test.sh ruby-1.9 && cd ..
292 cd ruby && bash travis-test.sh ruby-2.0 && cd ..
296 cd ruby && bash travis-test.sh ruby-2.1 && cd ..
300 cd ruby && bash travis-test.sh ruby-2.2 && cd ..
304 cd ruby && bash travis-test.sh jruby && cd ..
309 cd js && npm install && npm test && cd ..