Login
7 branches 0 tags
Ben (Win10) Made port implementation more similar to scheme 2ecf62e 3 years ago 785 Commits
nujel / .builds / netbsd.yml
image: netbsd/latest
sources:
  - https://git.sr.ht/~melchizedek6809/Nujel
tasks:
  - compile-bootstrap: |
      cd Nujel
      make -j2 nujel-bootstrap
  - test-bootstrap: |
      cd Nujel
      make test.bootstrap
  - compile-runtime: |
      cd Nujel
      make -j2 nujel
  - test: |
      cd Nujel
      make test