Login
7 branches 0 tags
Ben (Win10) "Fixed" day12 segfault 84f445f 3 years ago 583 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