Skip to content

Commit

Permalink
cpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Apr 13, 2018
1 parent 56bf91e commit ba91278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ deploy:
skip_cleanup: true
file_glob: true
file:
-src/interceptor
-interceptor*.tar.gz
overwrite: true
tag_name: $TRAVIS_TAG
name: interceptor_ $TRAVIS_TAG
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ subdirs(src)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

if(CPACK_ENABLED)
set(CPACK_PACKAGE_NAME "Interceptor")
set(CPACK_PACKAGE_VENDOR "Ben")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Interceptor")
set(CPACK_PACKAGE_NAME "interceptor")
set(CPACK_PACKAGE_VENDOR "Bend")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "interceptor")
set(CPACK_PACKAGE_FILE_NAME Interceptor-${GIT_REVISION})
set(CPACK_GENERATOR "TGZ")
set(CPACK_STRIP_FILES "1")
Expand Down

0 comments on commit ba91278

Please sign in to comment.