Skip to content
  • Kyle Kienapfel's avatar
    package MSVC CI Builds differently, and include yuzu.exe · 5cda6304
    Kyle Kienapfel authored
    This is related to 8486
    
    Ninja places the exe files into .\build\bin while MSBuild may place them
    into .\build\bin\Release
    
    upload.ps1 was originally written for use with Azure Dev Ops to cough up
    about 5 files and the script appears to be used for both CI and
    mainline builds
    
    GHA (GitHub Actions) makes available a single zip of the items uploaded by
    each Upload action (artifacts directory), so we want to work with that.
    
    I'm doing changes to upload.ps1 to accomplish this.
    
    The changes to the verify.yml are as follows
    
    -DGIT_BRANCH=pr-verify changes the header in yuzu, instead of saying
    HEAD-<hash>-dirty it'll say pr-verify-<hash>
    
    -DCLANG_FORMAT_SUFFIX=discordplzdontclang tricks the CMake stuff for
    discord-rpc to NOT run clang-format, as this was marking CI builds as
    dirty
    
    I'm also making it upload just the exe by itself, as the msvc builds are
    quite chunky. but maybe this is unnecessary.
    
    Currently the MSVC artifact option is a 274MB zip that contains 3 copies
    of the DLLs, and 4 copies of the source tarball, and zero copies of yuzu.exe
    
    This PR should have msvc artifacts of about 190MB that downloads as 81 MB zip
    5cda6304
Loading