Update azure-pipelines.yml

This commit is contained in:
Pascal Vizeli 2019-05-13 23:31:52 +02:00 committed by GitHub
parent c662ef86d7
commit 27aa12911d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,8 @@ jobs:
- job: 'Release'
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck'))
#condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck'))
condition: succeeded('ShellCheck')
timeoutInMinutes: 240
dependsOn:
- 'ShellCheck'
@ -83,4 +84,7 @@ jobs:
sudo docker run --rm --privileged -v "$(pwd):/build" \
-v "/mnt/build-cache:/cache" \
hassos:azure make $(board)
sudo docker run --rm --privileged -v "$(pwd):/build" \
-v "/mnt/build-cache:/cache" \
hassos:azure make clean
displayName: 'Build $(board)'