Parallel builds for emscripten and docs.

This commit is contained in:
chriseth
2016-08-02 11:18:26 +02:00
parent f44320269e
commit 8a801879d1
2 changed files with 22 additions and 11 deletions
@@ -85,8 +85,8 @@ echo -en 'travis_fold:end:compiling_boost\\r'
# Build dependent components and solidity itself
echo -en 'travis_fold:start:compiling_solidity\\r'
cd $WORKSPACE
mkdir -p build-emscripten
cd build-emscripten
mkdir -p build
cd build
emcmake cmake \
-DCMAKE_BUILD_TYPE=Release \
-DEMSCRIPTEN=1 \
@@ -125,6 +125,6 @@ emcmake cmake \
emmake make -j 4
cd ..
cp build-emscripten/solc/soljson.js ./
cp build/solc/soljson.js ./
echo -en 'travis_fold:end:compiling_solidity\\r'