mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Attempt 2: Try to make Azure push linux builds
This commit is contained in:
parent
a2c189b45a
commit
7d00c69a4f
@ -40,17 +40,13 @@ jobs:
|
||||
rpcs3/rpcs3-travis-xenial:1.6 \
|
||||
/rpcs3/.ci/build-linux.sh
|
||||
displayName: Docker setup and build
|
||||
env:
|
||||
GITHUB_TOKEN: $(RPCS3-Token)
|
||||
|
||||
- publish: $(Build.ArtifactStagingDirectory)
|
||||
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 New Issue
Block a user