Cirrus build

This commit is contained in:
xddxd
2021-04-04 11:34:12 +03:00
committed by Ivan
parent 7a105333dc
commit 024b184008
8 changed files with 135 additions and 18 deletions
+7 -5
View File
@@ -5,10 +5,7 @@ trigger:
tags:
exclude:
- '*'
pr:
branches:
include:
- master
pr: none
jobs:
- job: Linux_Build
strategy:
@@ -19,12 +16,17 @@ jobs:
COMPILER: gcc
variables:
CCACHE_DIR: $(Pipeline.Workspace)/ccache
IS_AZURE: true
CI_HAS_ARTIFACTS: true
UPLOAD_COMMIT_HASH: d812f1254a1157c80fd402f94446310560f54e5f
UPLOAD_REPO_FULL_NAME: "RPCS3/rpcs3-binaries-linux"
DEPLOY_APPIMAGE: true
APPDIR: "/rpcs3/build/appdir"
ARTDIR: "/root/artifacts"
RELEASE_MESSAGE: "/rpcs3/GitHubReleaseMessage.txt"
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Cache@2
inputs: