summaryrefslogblamecommitdiffstats
path: root/.ci/templates/build-mock.yml
blob: 3d3bb6d86646849d4614078e3c39300afe526bc6 (plain) (tree)
1
2
3
4
5
6
7
8


                                                    


                                                          
                                      
                                  
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later

steps:
  - script: mkdir artifacts || echo 'X' > artifacts/T1.txt
  - publish: artifacts
    artifact: 'yuzu-$(BuildName)-mock'
    displayName: 'Upload Artifacts'