diff --git a/.builds/.freebsd.yaml b/.builds/freebsd.yaml similarity index 79% rename from .builds/.freebsd.yaml rename to .builds/freebsd.yaml index 29c947fa..e430138e 100644 --- a/.builds/.freebsd.yaml +++ b/.builds/freebsd.yaml @@ -1,4 +1,6 @@ image: freebsd/latest +sources: + - https://git.sr.ht/~bakpakin/janet packages: - gmake tasks: diff --git a/.builds/.openbsd.yaml b/.builds/openbsd.yaml similarity index 78% rename from .builds/.openbsd.yaml rename to .builds/openbsd.yaml index 005b8b58..1203a4d8 100644 --- a/.builds/.openbsd.yaml +++ b/.builds/openbsd.yaml @@ -1,4 +1,6 @@ image: openbsd/6.5 +sources: + - https://git.sr.ht/~bakpakin/janet packages: - gmake tasks: