From a2c189b45ace9d6c3e36e7f7dbc674a50472e652 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 22 Nov 2020 17:28:54 +0300 Subject: [PATCH] Azure: try to deploy GCC artifact (upload to github) --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c1358a9e05..30f0494477 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,6 +45,12 @@ jobs: condition: and(succeeded(), eq(variables['COMPILER'], 'gcc')) artifact: RPCS3 for Linux + - bash: .ci/deploy-linux.sh + condition: and(eq(variables['COMPILER'], 'gcc'), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Repository.Name'], 'RPCS3/rpcs3'), eq(variables['Build.SourceBranch'], 'refs/heads/master')) + displayName: Push build to GitHub + env: + RPCS3_TOKEN: $(RPCS3-Token) + - job: Windows_Build variables: COMPILER: msvc