mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 22:59:59 +01:00
Azure: try to deploy GCC artifact (upload to github)
This commit is contained in:
parent
41320688b7
commit
a2c189b45a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue