Skip to content

Commit

Permalink
Use absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 16, 2018
1 parent 7b1f880 commit d49e23e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis_build.sh
Expand Up @@ -38,8 +38,8 @@ echo "$(cat platforms/Cross/plugins/sqPluginsSCCSVersion.h | .git_filters/RevDat

# echo $PATH

readonly BUILD_DIRECTORY="./build.${ARCH}/${FLAVOR}";
readonly PRODUCTS_DIR="./products"
readonly BUILD_DIRECTORY="$(pwd)/build.${ARCH}/${FLAVOR}";
readonly PRODUCTS_DIR="$(pwd)/products"

export COGVREV="$(git describe --tags --always)"
export COGVDATE="$(git show -s --format=%cd HEAD)"
Expand Down Expand Up @@ -106,9 +106,6 @@ 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
ls
echo "##"
ls "${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 d49e23e

Please sign in to comment.