Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoRodeo committed Jan 21, 2025
1 parent f10c184 commit 0ca76e5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ trigger:
pool: Local

steps:
- script: echo Building Code
displayName: 'Run a one-line script'
- script: |
echo Building Code
go build ./
displayName: 'Build'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
subjects=(parser lexer ast token evaluator object)
for subject in "${subjects[@]}"; do go test "./$subject"; done
displayName: 'Test'

0 comments on commit 0ca76e5

Please sign in to comment.