Skip to content

Commit

Permalink
CI: build ChakraCore --test-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 26, 2018
1 parent 9d36c9e commit 87abed1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@ install: |
export PATH=$PATH:$(pwd)/jsshell;
unset ESHOST_SKIP_JSSHELL;
elif [[ "$ESHOST_TARGET" == "chakra" ]]; then
wget https://s3.amazonaws.com/eshost-builds/ChakraCore-Debug_linux_1_7_0.tar.gz;
tar -xvf ChakraCore-Debug_linux_1_7_0.tar.gz;
export PATH=$PATH:$(pwd)/out/Debug;
# wget https://s3.amazonaws.com/eshost-builds/ChakraCore-Debug_linux_1_7_0.tar.gz;
# tar -xvf ChakraCore-Debug_linux_1_7_0.tar.gz;
# export PATH=$PATH:$(pwd)/out/Debug;
git clone https://github.com/Microsoft/ChakraCore.git chakracore --depth=1
cd chakracore
./build.sh --test-build --no-icu
export PATH=$PATH:$(pwd)/out/Test;
unset ESHOST_SKIP_CH;
elif [[ "$ESHOST_TARGET" == "chrome" ]]; then
channel=unstable
Expand Down

0 comments on commit 87abed1

Please sign in to comment.