Skip to content

Commit

Permalink
Build binaryen.js and wasm.js on Travis CI (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored Nov 8, 2017
1 parent cf83362 commit 1e2528e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,23 @@ jobs:
CC_COMPILER="gcc-5"
CXX_COMPILER="g++-5"
# Build the .js outputs using emcc
- &test-emcc
stage: test
compiler: clang
python: 2.7
node_js: 7
language: node_js
node_js:
- node
sudo: required
services:
- docker
before_install:
- docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-incoming-64bit bash
script:
- docker exec -it emscripten bash ./build-js.sh -g

# Build with gcc 6.3 and run tests on Alpine Linux (inside chroot).
# Note: Alpine uses musl libc.
- &test-alpine
Expand Down

0 comments on commit 1e2528e

Please sign in to comment.