Login
7 branches 0 tags
Ben (X13/Arch) [++]/[+=] -> [inc!] and [--]/[-=] -> [dec!] and added [inc]/[dec] 8679581 3 years ago 713 Commits
nujel / .builds / arch_clang.yml
image: archlinux
packages:
  - clang
sources:
  - https://git.sr.ht/~melchizedek6809/Nujel
tasks:
  - compile-bootstrap: |
      cd Nujel
      make -j2 nujel-bootstrap CC=clang
  - test-bootstrap: |
      cd Nujel
      make -j test.bootstrap CC=clang
  - compile-runtime: |
      cd Nujel
      make -j2 nujel CC=clang
  - test: |
      cd Nujel
      make test CC=clang