diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..e443dfb --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: alpine/edge +packages: + - nimble +sources: + - https://github.com/rosado/edn.nim +tasks: + - test: | + cd edn.nim + nimble test