Skip to content

Commit 241105f

Browse files
committed
make install
1 parent 2d28229 commit 241105f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ script:
66
- mkdir build
77
- cd build
88
- cmake -DCMAKE_BUILD_TYPE=Release ../
9-
- make
9+
- make install
1010
deploy:
1111
provider: releases
1212
api_key: $OAUTH_TOKEN
1313
file:
14-
- "emmy_core/emmy_core.so"
15-
- "emmy_core/emmy_core.dylib"
14+
- "install/lib/emmy_core.so"
15+
- "install/lib/emmy_core.dylib"
1616
skip_cleanup: true
1717
draft: false
1818
on:

0 commit comments

Comments
 (0)