Skip to content

Commit

Permalink
Add build_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Feb 12, 2025
1 parent dc3bf1d commit 06672c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env sh

stack build --stack-yaml stack.yaml
stack build --stack-yaml stack-9.2.8.yaml
stack build --stack-yaml stack-9.4.8.yaml
stack build --stack-yaml stack-9.6.6.yaml
stack build --stack-yaml stack-9.8.4.yaml
stack build --stack-yaml stack-9.10.1.yaml

0 comments on commit 06672c1

Please sign in to comment.