Login
7 branches 0 tags
Ben (X13/Arch) Removed [λ*] and [μ*] requiring bytecode for all macros/lambdas a5eeec9 3 years ago 553 Commits
nujel / .builds / guix.yml
image: guix
sources:
  - https://git.sr.ht/~melchizedek6809/Nujel
packages:
  - gcc-toolchain
  - make
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