swissChili | f1aeec7 | 2021-06-07 21:41:15 -0700 | [diff] [blame] | 1 | image: debian/stable |
| 2 | sources: |
| 3 | - https://git.sr.ht/~swisschili/bluejay |
| 4 | packages: |
| 5 | - build-essential |
| 6 | - gcc-multilib |
| 7 | - m4 |
| 8 | - python3 |
| 9 | - gawk |
| 10 | - nasm |
swissChili | fbf525f | 2021-08-04 21:28:07 -0700 | [diff] [blame] | 11 | - texlive |
| 12 | - texlive-latex-extra |
swissChili | 4691cf6 | 2021-08-05 21:34:57 -0700 | [diff] [blame] | 13 | - texlive-plain-generic |
| 14 | - lmodern |
swissChili | fbf525f | 2021-08-04 21:28:07 -0700 | [diff] [blame] | 15 | - texlive-xetex |
| 16 | - global |
swissChili | f1aeec7 | 2021-06-07 21:41:15 -0700 | [diff] [blame] | 17 | tasks: |
swissChili | 4691cf6 | 2021-08-05 21:34:57 -0700 | [diff] [blame] | 18 | - build-latex: | |
| 19 | cd bluejay |
| 20 | ./bin/jmk |
| 21 | cd doc/lisp_reference |
| 22 | make |
swissChili | f1aeec7 | 2021-06-07 21:41:15 -0700 | [diff] [blame] | 23 | - build-kernel: | |
| 24 | cd bluejay |
| 25 | ./bin/jmk |
| 26 | cd src/kernel |
| 27 | make |
swissChili | 3546639 | 2021-06-15 21:15:45 -0700 | [diff] [blame] | 28 | - build-lisp: | |
| 29 | cd bluejay |
| 30 | ./bin/jmk |
| 31 | cd src/lisp |
swissChili | 6d02af4 | 2021-08-05 19:49:01 -0700 | [diff] [blame] | 32 | make NO_READLINE=1 |
swissChili | 3546639 | 2021-06-15 21:15:45 -0700 | [diff] [blame] | 33 | artifacts: |
| 34 | - bluejay/src/lisp/lisp |
| 35 | - bluejay/src/kernel/kernel.elf |
swissChili | fbf525f | 2021-08-04 21:28:07 -0700 | [diff] [blame] | 36 | - bluejay/doc/lisp_reference/lisp_reference.pdf |