mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parallel builds for emscripten and docs.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user