about summary refs log tree commit diff
path: root/src/ci/docker/emscripten/build-emscripten.sh
AgeCommit message (Collapse)AuthorLines
2017-06-13Add docker image for wasm32-unknown-emscriptenMarco A L Barbosa-53/+0
- rename emscripten docker image to asmjs - create wasm32 docker image
2017-04-23FIN: update emscripten builderTim Neumann-2/+2
2017-03-25fix permissions of emsdk_portableTim Neumann-0/+4
2017-03-25travis: try to fix the build on emscriptenAriel Ben-Yehuda-1/+14
The emsdk-portable .tar.gz now extracts to emsdk-portable instead of emsdk_portable. Handle that.
2017-01-20More test fixes from rollupAlex Crichton-3/+20
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-0/+19
This commit adds a new entry to the Travis matrix which will execute emscripten test suites. Along the way it updates a few bits of the test suite to continue passing on emscripten, such as: * Ignoring i128/u128 tests as they're presumably just not working (didn't investigate as to why) * Disabling a few process tests (not working on emscripten) * Ignore some num tests in libstd (#39119) * Fix some warnings when compiling