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 0ca76e5 commit 1758f76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ trigger:
pool: Local

steps:

- script: |
echo Building Code
go build ./
bash ./misc/build.sh
displayName: 'Build'

- script: |
subjects=(parser lexer ast token evaluator object)
for subject in "${subjects[@]}"; do go test "./$subject"; done
bash ./misc/test.sh
displayName: 'Test'

0 comments on commit 1758f76

Please sign in to comment.