Login
7 branches 0 tags
Ben (Win10) Moved testsuite to /testsuite and improved its handling in the wasm build 71fb293 3 years ago 559 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