Skip to content

Commit

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

deploy:
skip_cleanup: true
Expand Down

0 comments on commit 1772ec1

Please sign in to comment.