Skip to content

Commit

Permalink
Build with WITH_DBG_RUNTIME=false in ./bin/travis-ci
Browse files Browse the repository at this point in the history
The debug runtimes are unused on TravisCI; this avoids unnecessary
build time.
  • Loading branch information
MatthewFluet committed Jan 17, 2020
1 parent 18c6f0c commit 84d4861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-ci
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
MLTON_RUNTIME_ARGS="ram-slop 0.90"

echo "Building MLton..."
make CC="$CC" OLD_MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_COMPILE_ARGS="$MLTON_COMPILE_ARGS" all
make CC="$CC" OLD_MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_RUNTIME_ARGS="$MLTON_RUNTIME_ARGS" MLTON_COMPILE_ARGS="$MLTON_COMPILE_ARGS" WITH_DBG_RUNTIME=false all

if [ "$REGRESSION" == "true" ]; then
echo "Running regression tests..."
Expand Down

0 comments on commit 84d4861

Please sign in to comment.