Skip to content

Commit

Permalink
test travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Apr 16, 2022
1 parent 265f56d commit 6f68d67
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
language: cpp
notifications:
email: false

os: osx
language: node_js

before_script:
# install emscripten
- wget https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz
- tar xvzf emsdk-portable.tar.gz
- cd emsdk-portable
- ./emsdk update
- ./emsdk install sdk-1.8.2-64bit
- ./emsdk activate emscripten-1.8.2
- source ./emsdk_env.sh
- cat ~/.emscripten
- echo "LLVM_ROOT='$(pwd)/clang/3.2_64bit/bin/'" >> ~/.emscripten
- cd ..
node_js:
- node

script: make
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 make

0 comments on commit 6f68d67

Please sign in to comment.