suyu/.ci
Kyle K dc45147736 ci: pass environment variables to linux docker (AppImage)
Variables in question:
AZURECIREPO TITLEBARFORMATIDLE TITLEBARFORMATRUNNING DISPLAYVERSION

CMakeModules/GenerateSCMRev.cmake has some logic that looks at BUILD_REPOSITORY variable inside CMake

src/common/CMakeLists.txt has some logic that takes some items from environment variables and
 sets variables inside CMake

This is the whole section at the moment.

    if (DEFINED ENV{AZURECIREPO})
      set(BUILD_REPOSITORY $ENV{AZURECIREPO})
    endif()
    if (DEFINED ENV{TITLEBARFORMATIDLE})
      set(TITLE_BAR_FORMAT_IDLE $ENV{TITLEBARFORMATIDLE})
    endif ()
    if (DEFINED ENV{TITLEBARFORMATRUNNING})
      set(TITLE_BAR_FORMAT_RUNNING $ENV{TITLEBARFORMATRUNNING})
    endif ()
    if (DEFINED ENV{DISPLAYVERSION})
      set(DISPLAY_VERSION $ENV{DISPLAYVERSION})
    endif ()
2022-07-22 18:13:06 -07:00
..
scripts ci: pass environment variables to linux docker (AppImage) 2022-07-22 18:13:06 -07:00
templates ci,CMake: Integrate vcpkg into CMakeLists 2022-07-22 20:54:00 -04:00
yuzu-mainline-step1.yml ci: Use latest ubuntu image for mainline/patreon step 1 2021-10-01 19:20:28 -04:00
yuzu-mainline-step2.yml ci: Update vmImage to windows-2022 2022-04-24 23:36:59 -04:00
yuzu-patreon-step1.yml ci: Use latest ubuntu image for mainline/patreon step 1 2021-10-01 19:20:28 -04:00
yuzu-patreon-step2.yml ci: Update vmImage to windows-2022 2022-04-24 23:36:59 -04:00
yuzu-repo-sync.yml Add Repository Sync Pipeline 2019-07-10 22:18:32 -04:00
yuzu-verify.yml ci: Fix Azure PR Builds 2019-07-28 14:21:18 -04:00