ci(azure-pipelines): use uncontainerized make-targets in CompileFrontend job
This commit is contained in:
parent
fac186f5c7
commit
9d85d67ce8
@ -95,15 +95,15 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
make compile-frontend
|
make -- --compile-frontend IN_CONTAINER=true
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
name: testFrontend
|
name: testFrontend
|
||||||
displayName: Test frontend
|
displayName: Test frontend
|
||||||
inputs:
|
inputs:
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
make lint-frontend
|
make -- --lint-frontend IN_CONTAINER=true
|
||||||
make test-frontend
|
make -- --test-frontend IN_CONTAINER=true
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
name: CopyFrontendArtifacts
|
name: CopyFrontendArtifacts
|
||||||
displayName: Prepare frontend artifacts
|
displayName: Prepare frontend artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user