Login
7 branches 0 tags
Ben (Win10) Moved the macro system over to use bytecode a4e2427 3 years ago 547 Commits
nujel / .builds / arch_tcc.yml
image: archlinux
packages:
  - tcc-git
sources:
  - https://git.sr.ht/~melchizedek6809/Nujel
tasks:
  - compile-bootstrap: |
      cd Nujel
      make -j2 nujel-bootstrap CC=tcc
  - test-bootstrap: |
      cd Nujel
      make -j test.bootstrap CC=tcc
  - compile-runtime: |
      cd Nujel
      make -j2 nujel CC=tcc
  - test: |
      cd Nujel
      make test CC=tcc