harec

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

alpine.yml (330B)


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