Fix emscripten build.

This commit is contained in:
chriseth
2016-08-01 16:49:19 +02:00
parent 82d113680c
commit 168261254b
3 changed files with 7 additions and 11 deletions
@@ -124,11 +124,8 @@ emcmake cmake \
..
emmake make -j 4
# TODO - This is a temporary solution to the permissions issue which we are seeing in TravisCI,
# where this Emscripten build generates files which the main build then cannot delete.
# Presumably different accounts being used? This needs wrapping in some conditional, so we
# can choose to build, or build-and-clean.
cd ..
cp build/solc/soljson.js ./
rm -rf build
echo -en 'travis_fold:end:compiling_solidity\\r'