Login
7 branches 0 tags
Ben (Win10) Some compiler fixes 3ff3a21 3 years ago 563 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