Login
7 branches 0 tags
Ben (X13/Void) Renamed [tree/get] -> [tree/ref] d917bf2 3 years ago 489 Commits
nujel / .builds / arch.yml
image: archlinux
sources:
  - https://git.sr.ht/~melchizedek6809/Nujel
tasks:
  - compile-bootstrap: |
      cd Nujel
      make -j2 nujel-bootstrap
  - test-bootstrap: |
      cd Nujel
      make -j test.bootstrap
  - compile-runtime: |
      cd Nujel
      make -j2 nujel
  - test: |
      cd Nujel
      make test