Skip to content

Commit

Permalink
add fluentci.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 29, 2024
1 parent e235b0c commit b4c4c7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .fluentci/fluentci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

[[steps]]
name = "test"
command = ["fluentci run --wasm zig test"]

[[steps]]
name = "build"
command = ["fluentci run --wasm zig build"]

0 comments on commit b4c4c7c

Please sign in to comment.