mirror of
https://github.com/enso-org/enso.git
synced 2024-12-28 14:11:56 +03:00
parent
3412606e2a
commit
6838023ba7
@ -55,6 +55,11 @@ jobs:
|
||||
sbt -no-colors syntaxJS/fullOptJS
|
||||
displayName: Generate target/scala-parser.js
|
||||
continueOnError: true
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
targetPath: '$(Pipeline.Workspace)/s/target/scala-parser.js'
|
||||
artifact: 'parser-js'
|
||||
publishLocation: 'pipeline'
|
||||
- script: |
|
||||
cargo build --all
|
||||
displayName: Cargo Build
|
||||
@ -234,3 +239,4 @@ jobs:
|
||||
echo "##vso[task.complete result=Failed;]DONE"
|
||||
condition: eq(variables['Agent.JobStatus'], 'SucceededWithIssues')
|
||||
displayName: Fail on Issues
|
||||
|
Loading…
Reference in New Issue
Block a user