File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
command : /tmp/doxygen2docset/build/tests/doxygen2docset_unittests
32
32
33
33
- store_artifacts :
34
- path : /tmp/doxygen2docset/build/source/doxygen2docset
34
+ path : /tmp/doxygen2docset/build/source/doxygen2docset-0.1.1-Linux.deb
35
35
destination : doxygen2docset
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ if(UNIX AND NOT APPLE)
27
27
set (CPACK_PACKAGE_VENDOR "Chinmay Garde" )
28
28
set (CPACK_PACKAGE_CONTACT
"[email protected] " )
29
29
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Dash or Zeal Docsets from Doxygen Documentation" )
30
- set (CPACK_PACKAGE_VERSION_MAJOR 1 )
31
- set (CPACK_PACKAGE_VERSION_MINOR 0 )
32
- set (CPACK_PACKAGE_VERSION_PATCH 0 )
30
+ set (CPACK_PACKAGE_VERSION_MAJOR 0 )
31
+ set (CPACK_PACKAGE_VERSION_MINOR 1 )
32
+ set (CPACK_PACKAGE_VERSION_PATCH 1 )
33
33
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR} /LICENSE.md" )
34
34
set (CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR} /README.md" )
35
35
set (CPACK_GENERATOR "DEB" )
You can’t perform that action at this time.
0 commit comments