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