|
@@ -7,13 +7,12 @@ steps:
|
|
|
displayName: 'Prepare Environment'
|
|
displayName: 'Prepare Environment'
|
|
|
inputs:
|
|
inputs:
|
|
|
dockerVersion: '17.09.0-ce'
|
|
dockerVersion: '17.09.0-ce'
|
|
|
-- ${{ if eq(parameters.cache, 'true') }}:
|
|
|
|
|
- - task: CacheBeta@0
|
|
|
|
|
- displayName: 'Cache Build System'
|
|
|
|
|
- inputs:
|
|
|
|
|
- key: yuzu-v1-$(BuildName)-$(BuildSuffix)-$(CacheSuffix)
|
|
|
|
|
- path: $(System.DefaultWorkingDirectory)/ccache
|
|
|
|
|
- cacheHitVar: CACHE_RESTORED
|
|
|
|
|
|
|
+- task: CacheBeta@0
|
|
|
|
|
+ displayName: 'Cache Build System'
|
|
|
|
|
+ inputs:
|
|
|
|
|
+ key: yuzu-v1-$(BuildName)-$(BuildSuffix)-$(CacheSuffix)
|
|
|
|
|
+ path: $(System.DefaultWorkingDirectory)/ccache
|
|
|
|
|
+ cacheHitVar: CACHE_RESTORED
|
|
|
- script: chmod a+x ./.ci/scripts/$(ScriptFolder)/exec.sh && ./.ci/scripts/$(ScriptFolder)/exec.sh
|
|
- script: chmod a+x ./.ci/scripts/$(ScriptFolder)/exec.sh && ./.ci/scripts/$(ScriptFolder)/exec.sh
|
|
|
displayName: 'Build'
|
|
displayName: 'Build'
|
|
|
- script: chmod a+x ./.ci/scripts/$(ScriptFolder)/upload.sh && RELEASE_NAME=$(BuildName) ./.ci/scripts/$(ScriptFolder)/upload.sh
|
|
- script: chmod a+x ./.ci/scripts/$(ScriptFolder)/upload.sh && RELEASE_NAME=$(BuildName) ./.ci/scripts/$(ScriptFolder)/upload.sh
|