mirror of https://github.com/status-im/edn.nim.git
added .build.yml
This commit is contained in:
parent
4cda60880e
commit
a8e64e0f57
|
@ -0,0 +1,9 @@
|
||||||
|
image: alpine/edge
|
||||||
|
packages:
|
||||||
|
- nimble
|
||||||
|
sources:
|
||||||
|
- https://github.com/rosado/edn.nim
|
||||||
|
tasks:
|
||||||
|
- test: |
|
||||||
|
cd edn.nim
|
||||||
|
nimble test
|
Loading…
Reference in New Issue