From 721883f64ef53212fe856f778879bff53326ad62 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Tue, 24 Nov 2020 03:43:12 +0300 Subject: [PATCH] Azure: attempt to produce clang artifact --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18cf67cf75..bd2fce8182 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,12 +17,12 @@ jobs: COMPILER: clang GCC: COMPILER: gcc - DEPLOY_APPIMAGE: true variables: CCACHE_DIR: $(Pipeline.Workspace)/ccache IS_AZURE: true UPLOAD_COMMIT_HASH: d812f1254a1157c80fd402f94446310560f54e5f UPLOAD_REPO_FULL_NAME: "RPCS3/rpcs3-binaries-linux" + DEPLOY_APPIMAGE: true pool: vmImage: 'ubuntu-latest' steps: @@ -44,8 +44,8 @@ jobs: displayName: Docker setup and build - publish: $(Build.ArtifactStagingDirectory) - condition: and(succeeded(), eq(variables['COMPILER'], 'gcc')) - artifact: RPCS3 for Linux + condition: succeeded() + artifact: RPCS3 for Linux ($(COMPILER)) - bash: .ci/github-upload.sh condition: and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Repository.Name'], 'RPCS3/rpcs3'), eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['COMPILER'], 'gcc'))