mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 16:37:56 -05:00
cmake: Add SCM detection for Azure
This commit is contained in:
@ -10,6 +10,9 @@ if (DEFINED ENV{CI})
|
|||||||
elseif(DEFINED ENV{APPVEYOR})
|
elseif(DEFINED ENV{APPVEYOR})
|
||||||
set(BUILD_REPOSITORY $ENV{APPVEYOR_REPO_NAME})
|
set(BUILD_REPOSITORY $ENV{APPVEYOR_REPO_NAME})
|
||||||
set(BUILD_TAG $ENV{APPVEYOR_REPO_TAG_NAME})
|
set(BUILD_TAG $ENV{APPVEYOR_REPO_TAG_NAME})
|
||||||
|
elseif(DEFINED ENV{AZURE})
|
||||||
|
set(BUILD_REPOSITORY $ENV{AZURE_REPO_NAME})
|
||||||
|
set(BUILD_TAG $ENV{AZURE_REPO_TAG})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
add_custom_command(OUTPUT scm_rev.cpp
|
add_custom_command(OUTPUT scm_rev.cpp
|
||||||
|
Reference in New Issue
Block a user