mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
adding git ignore
This commit is contained in:
parent
2ac80d7ac2
commit
9fc1d4c268
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
|
*
|
||||||
|
!*/
|
||||||
|
!*.*
|
||||||
|
nim.cfg
|
||||||
|
|
||||||
# Added by cargo
|
# Added by cargo
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
task genffi, "update the nim ffi bindings":
|
task genffi, "update the nim ffi bindings":
|
||||||
exec "cargo install nbindgen"
|
exec "cargo install nbindgen"
|
||||||
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
|
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
|
||||||
|
|
||||||
|
task test, "run unit tests":
|
||||||
|
exec "testament pattern 'test/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user