Skip to content

Commit

Permalink
Fix emscripten build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Ming Huang committed Sep 29, 2016
1 parent e5e18f5 commit 6b4178f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: trusty

sudo: required
language: cpp

matrix:
Expand Down Expand Up @@ -42,12 +42,11 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.9
- llvm-toolchain-trusty-3.8
packages:
- clang-3.9
env: COMPILER=clang++-3.9
- clang-3.8
env: COMPILER=clang++-3.8
- language: generic
sudo: required
services:
- docker
env: COMPILER=Emscripten
Expand Down
1 change: 1 addition & 0 deletions .travis/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [[ "$COMPILER" == "Emscripten" ]]; then
-v /usr/include/boost:/usr/local/include/boost \
-e "AR="
-e "CXX="
-w "/mfast"
-t thewtex/cross-compiler-browser-asmjs "
else
CONFIG_ARGS="-DCMAKE_CXX_COMPILER=$COMPILER"
Expand Down

0 comments on commit 6b4178f

Please sign in to comment.