Skip to content

Commit

Permalink
Check installed tools
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Jan 18, 2025
1 parent a686608 commit d36112d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
vmImage: 'ubuntu-24.04' # "Noble Numbat"
steps:
- script: |
which swift
which clang
ls -al /usr/local/bin
ls -al /usr/share/swift/usr/bin/
bazel build :swiftlint
bazel test --test_output=errors //Tests/...
displayName: bazel test
Expand Down

0 comments on commit d36112d

Please sign in to comment.