Skip to content

Commit

Permalink
Final fix for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Dec 10, 2018
1 parent 1772ec1 commit 21aaca1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
dist: trusty
env: DEPLOY_FILE=build/src/libdav1d.so.0.0.1
- os: osx
env: DEPLOY_FILE=build/src/libdav1d.dylib.0.0.1
env: DEPLOY_FILE=build/src/libdav1d.0.dylib
compiler:
- gcc
git:
Expand Down Expand Up @@ -49,7 +49,6 @@ script:
# Build
- meson build --buildtype release
- ninja -C build
- ls build/src/

deploy:
skip_cleanup: true
Expand Down

0 comments on commit 21aaca1

Please sign in to comment.