Skip to content

Commit

Permalink
find out about build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Aug 24, 2019
1 parent a000b13 commit d56e9bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ matrix:
before_install: eval "${MATRIX_EVAL}"

script:
- cd ${TRAVIS_BUILD_DIR}
- make lib
- ls
- make tests
- ./test_transforms
- ./test_rotations
Expand Down Expand Up @@ -61,7 +63,9 @@ deploy:
branch: master
- provider: releases
api_key: $FT_BINARIES
file: libfasttransforms.*
file:
- "${TRAVIS_BUILD_DIR}/libfasttransforms.dylib"
- "${TRAVIS_BUILD_DIR}/libfasttransforms.so"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit d56e9bb

Please sign in to comment.