mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
Add deploy to bintray for builds to master
This commit is contained in:
parent
f7dd8d5e81
commit
b03e7bf28f
6 changed files with 85 additions and 52 deletions
|
@ -253,6 +253,11 @@ get_git_head_revision(GIT_REF_SPEC GIT_REV)
|
|||
git_describe(GIT_DESC --always --long --dirty)
|
||||
git_branch_name(GIT_BRANCH)
|
||||
|
||||
# configure the bintray travis release json
|
||||
string(TIMESTAMP BUILD_DATE "%Y-%m-%d")
|
||||
configure_file("${CMAKE_SOURCE_DIR}/.travis.descriptor.json.in" "${CMAKE_SOURCE_DIR}/.travis.descriptor.json" @ONLY)
|
||||
unset(BUILD_DATE)
|
||||
|
||||
set(INI_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/inih")
|
||||
include_directories(${INI_PREFIX})
|
||||
add_subdirectory(${INI_PREFIX})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue