mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Azure: attempt to produce clang artifact
This commit is contained in:
parent
b55c759f71
commit
721883f64e
@ -17,12 +17,12 @@ jobs:
|
|||||||
COMPILER: clang
|
COMPILER: clang
|
||||||
GCC:
|
GCC:
|
||||||
COMPILER: gcc
|
COMPILER: gcc
|
||||||
DEPLOY_APPIMAGE: true
|
|
||||||
variables:
|
variables:
|
||||||
CCACHE_DIR: $(Pipeline.Workspace)/ccache
|
CCACHE_DIR: $(Pipeline.Workspace)/ccache
|
||||||
IS_AZURE: true
|
IS_AZURE: true
|
||||||
UPLOAD_COMMIT_HASH: d812f1254a1157c80fd402f94446310560f54e5f
|
UPLOAD_COMMIT_HASH: d812f1254a1157c80fd402f94446310560f54e5f
|
||||||
UPLOAD_REPO_FULL_NAME: "RPCS3/rpcs3-binaries-linux"
|
UPLOAD_REPO_FULL_NAME: "RPCS3/rpcs3-binaries-linux"
|
||||||
|
DEPLOY_APPIMAGE: true
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
@ -44,8 +44,8 @@ jobs:
|
|||||||
displayName: Docker setup and build
|
displayName: Docker setup and build
|
||||||
|
|
||||||
- publish: $(Build.ArtifactStagingDirectory)
|
- publish: $(Build.ArtifactStagingDirectory)
|
||||||
condition: and(succeeded(), eq(variables['COMPILER'], 'gcc'))
|
condition: succeeded()
|
||||||
artifact: RPCS3 for Linux
|
artifact: RPCS3 for Linux ($(COMPILER))
|
||||||
|
|
||||||
- bash: .ci/github-upload.sh
|
- 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'))
|
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'))
|
||||||
|
Loading…
Reference in New Issue
Block a user