Skip to content

Commit

Permalink
Add release nimble task.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Oct 3, 2021
1 parent dde8a66 commit 569ccfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion choosenim.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ requires "analytics >= 0.3.0"
requires "osinfo >= 0.3.0"
requires "https://github.com/dom96/zippy#fixes-29"
when defined(windows):
requires "puppy 1.2.1"
requires "puppy 1.2.1"

task release, "Build a release binary":
exec "nimble build -d:release"

0 comments on commit 569ccfb

Please sign in to comment.