image: guix
sources:
- https://git.sr.ht/~melchizedek6809/Nujel
packages:
- gcc-toolchain
- make
tasks:
- compile-runtime: |
cd Nujel
make nujel
- test: |
cd Nujel
make test
image: guix
sources:
- https://git.sr.ht/~melchizedek6809/Nujel
packages:
- gcc-toolchain
- make
tasks:
- compile-runtime: |
cd Nujel
make nujel
- test: |
cd Nujel
make test