Skip to content

Commit

Permalink
Added new .fury build file
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 7, 2024
1 parent 4a3c18f commit ebf99ba
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .fury
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#!/usr/bin/env bash
:<< "##"
┌─────────────────────────────────────────────────────────┐
│ Fulminate │
│ ‾‾‾‾‾‾‾‾‾ │
│ This file contains a Fury build definition. │
│ Fury can be downloaded from https://fury.build/ │
│ or your can just run this file on the command line. │
└─────────────────────────────────────────────────────────┘
ecosystem vent 3 https://github.com/propensive/vent main
command build fulminate/core
Expand All @@ -10,4 +20,4 @@ project fulminate
module core
compiler scala
sources src/core
include anticipation/css anticipation/http symbolism/core anticipation/text anticipation/http
include anticipation/css anticipation/http anticipation/text anticipation/http anticipation/print

0 comments on commit ebf99ba

Please sign in to comment.