harec

[hare] Hare compiler, written in C11 for POSIX OSs
Log | Files | Refs | README | LICENSE

netbsd.yml (348B)


      1 image: netbsd/9.x
      2 sources:
      3 - https://git.sr.ht/~sircmpwn/harec
      4 - git://c9x.me/qbe.git
      5 packages:
      6 - binutils
      7 tasks:
      8 - qbe: |
      9     cd qbe
     10     make PREFIX=/usr
     11     sudo make install PREFIX=/usr
     12 - prepare: |
     13     mkdir harec/build
     14     cd harec/build
     15     ../configure
     16 - build: |
     17     cd harec/build
     18     make -j2
     19 - tests: |
     20     cd harec/build
     21     make check