Skip to content

Commit

Permalink
Upgrade to newer version of sdk tools due to Emscripten change (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
cglzaguilar authored Nov 6, 2019
1 parent 861fce5 commit a37b513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- pip install tox
- ps: Start-Process npm "run httpbin" -PassThru
- git clone https://github.com/juj/emsdk.git
- cd emsdk && git checkout 9538381d56272818cba77a808ba46fdac6c961c8 && cd ..
- cd emsdk && git checkout 1b1f08f356d3f10d91e50c09dda6d44372ca908c && cd ..
- ps: emsdk\emsdk install sdk-1.38.30-64bit
- ps: emsdk\emsdk activate sdk-1.38.30-64bit
platform:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- nohup npm run httpbin &
- gcc -v
- git clone https://github.com/juj/emsdk.git
- (cd emsdk && git checkout 9538381d56272818cba77a808ba46fdac6c961c8)
- (cd emsdk && git checkout 1b1f08f356d3f10d91e50c09dda6d44372ca908c)
- emsdk/emsdk install sdk-1.38.30-64bit
- emsdk/emsdk activate sdk-1.38.30-64bit
- cat ~/.emscripten
Expand Down

0 comments on commit a37b513

Please sign in to comment.