Login
7 branches 0 tags
Ben (Win10) Fixed invalid memory accesses as well as adding a [return] SF aae3659 3 years ago 594 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