Skip to content

Commit

Permalink
Make sure mvm bails
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Jul 26, 2016
1 parent 69df90c commit e13f0f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis_build.sh
Expand Up @@ -68,7 +68,7 @@ case "$PLATFORM" in
pushd "${build_directory}"

travis_fold start build_vm "Building OpenSmalltalk VM..."
echo n | ./mvm
echo n | bash -e ./mvm
travis_fold end build_vm

# cat config.log
Expand All @@ -85,7 +85,7 @@ case "$PLATFORM" in
pushd "${build_directory}"

travis_fold start build_vm "Building OpenSmalltalk VM..."
./mvm -f
bash -e ./mvm -f
travis_fold end build_vm

output_file="${output_file}.tar.gz"
Expand All @@ -100,7 +100,7 @@ case "$PLATFORM" in
pushd "${build_directory}"
# remove bochs plugins
sed -i 's/Bochs.* //g' plugins.ext
./mvm -f
bash -e ./mvm -f
output_file="${output_file}.zip"
zip -r "${output_file}" "./builddbg/vm/" "./buildast/vm/" "./build/vm/"
popd
Expand Down

0 comments on commit e13f0f9

Please sign in to comment.