summaryrefslogtreecommitdiff
path: root/travis-emcc-tests.sh
blob: b2de91abbfac28b147171e20dffcc6c4f16056c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
set -e
echo "travis-test pre-test"
python -c "import check ; check.run_binaryen_js_tests()"
echo "travis-test build"
ls -al bin/
./build-js.sh -g
ls -al bin/
echo "travis-test post-test"
python -c "import check ; check.run_binaryen_js_tests()"
echo "travis-test yay!"