Login
7 branches 0 tags
Ben (X13/Arch) [closure/meta] -> [meta] and [closure/meta!] -> [meta!] db7b2d8 3 years ago 683 Commits
nujel / .builds / rocky.yml
image: rockylinux/latest
packages:
  - make
  - gcc
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