Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .travis/prepare-emscripten.sh

Issue 29663688: Issue 6220 - add travis-ci configuration for adblockpluscore (Closed) Base URL: github.com:adblockplus/adblockpluscore
Left Patch Set: Created Jan. 11, 2018, 9:33 p.m.
Right Patch Set: rebase & fix openssl version on osx Created March 1, 2018, 10:52 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 2
3 set -x 3 set -x
4 set -e 4 set -e
5 5
6 wget -qO- https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-porta ble.tar.gz | tar xz -C third_party/ 6 wget -qO- https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-porta ble.tar.gz | tar xz -C third_party/
7 pushd third_party/emsdk-portable 7 pushd third_party/emsdk-portable
8 8
9 ./emsdk update 9 ./emsdk update
10 ./emsdk install sdk-1.37.3-64bit > /dev/null 10 ./emsdk install sdk-1.37.3-64bit > /dev/null 2>&1
11 ./emsdk activate sdk-1.37.3-64bit 11 ./emsdk activate sdk-1.37.3-64bit
12 12
13 popd 13 popd
LEFTRIGHT

Powered by Google App Engine
This is Rietveld