added .build.yml

This commit is contained in:
Roland Sadowski 2020-12-23 14:27:35 +00:00
parent 4cda60880e
commit a8e64e0f57
1 changed files with 9 additions and 0 deletions

9
.build.yml Normal file
View File

@ -0,0 +1,9 @@
image: alpine/edge
packages:
- nimble
sources:
- https://github.com/rosado/edn.nim
tasks:
- test: |
cd edn.nim
nimble test