Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
8059cd6
/
.
/
interpreter
/
meta
/
travis
/
build-test.sh
blob: 4b2b68d9f8b9b57ce605e169718c7830b6bb85e6 [
file
]
#!/bin/bash
set
-
e
set
-
x
# Move to a location relative to the script so it runs
# from anywhere.
cd $
(
dirname $
{
BASH_SOURCE
[
0
]})/../..
export PATH
=
$PWD
/../
ocaml
/
install
/
bin
:
$PATH
make all