mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Try to re-enable Azure Pipelines for PRs
This commit is contained in:
parent
231e837f9b
commit
11d5bd3452
@ -5,6 +5,10 @@ trigger:
|
|||||||
tags:
|
tags:
|
||||||
exclude:
|
exclude:
|
||||||
- '*'
|
- '*'
|
||||||
|
pr:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
- job: Linux_Build
|
- job: Linux_Build
|
||||||
strategy:
|
strategy:
|
||||||
@ -25,7 +29,7 @@ jobs:
|
|||||||
key: ccache | $(Agent.OS) | $(COMPILER)
|
key: ccache | $(Agent.OS) | $(COMPILER)
|
||||||
path: $(CCACHE_DIR)
|
path: $(CCACHE_DIR)
|
||||||
displayName: Ccache
|
displayName: Ccache
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
docker pull --quiet rpcs3/rpcs3-travis-xenial:1.2
|
docker pull --quiet rpcs3/rpcs3-travis-xenial:1.2
|
||||||
docker run \
|
docker run \
|
||||||
@ -36,5 +40,5 @@ jobs:
|
|||||||
rpcs3/rpcs3-travis-xenial:1.2 \
|
rpcs3/rpcs3-travis-xenial:1.2 \
|
||||||
/bin/bash -ex /rpcs3/.travis/build-linux.bash
|
/bin/bash -ex /rpcs3/.travis/build-linux.bash
|
||||||
displayName: Docker setup and build
|
displayName: Docker setup and build
|
||||||
|
|
||||||
- publish: $(Build.ArtifactStagingDirectory)
|
- publish: $(Build.ArtifactStagingDirectory)
|
||||||
|
Loading…
Reference in New Issue
Block a user