Skip to content

Commit

Permalink
Move files into products dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 15, 2018
1 parent 7fad7ac commit ca17364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis_build.sh
Expand Up @@ -106,8 +106,7 @@ build_windows() {
# We cannot zip dbg and ast if we pass -f to just to the full thing...
# Once this builds, let's pass -A instead of -f and put the full zip (but we should do several zips in the future)
bash -e ./mvm -f || exit 1
rm -rf "${PRODUCTS_DIR}" || true # ensure there is no PRODUCTS_DIR
mv "./build/vm" "${PRODUCTS_DIR}"
mv "./build/vm/"* "${PRODUCTS_DIR}"
# zip -r "${output_file}.zip" "./builddbg/vm/" "./buildast/vm/" "./build/vm/"
popd
}
Expand Down

0 comments on commit ca17364

Please sign in to comment.