Login
7 branches 0 tags
Ben (X13/Void) Added lRun()/lRunS() as easy ways to Read/Compile/Eval Forms 2a09e3e 4 years ago 354 Commits
nujel / .builds / alpine.yml
image: alpine/edge
packages:
  - alpine-sdk
sources:
  - https://git.sr.ht/~melchizedek6809/Nujel
tasks:
  - compile: |
      cd Nujel
      make -j
  - test: |
      cd Nujel
      make test