Login
7 branches 0 tags
Ben (X13/Arch) Cleaned up the codebase quite a bit ce9628b 3 years ago 641 Commits
nujel / .builds / debian_arm.yml
image: debian/sid
arch: arm64
packages:
  - build-essential
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