Skip to content

Commit

Permalink
Add availability and local style checks to alire.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Mar 14, 2024
1 parent 57667cc commit 71ae657
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ parse_args = "~0.9.0"

[[depends-on]]
resources = "~0.1.0"

[available.'case(os)']
'linux' = true
'...' = false

[build-switches]
"*".style_checks = ["-gnaty3abBCrfklM99nptx"]

0 comments on commit 71ae657

Please sign in to comment.