aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
image: archlinux
packages:
  - cmake
  - gcc
sources:
  - https://git.sr.ht/~spacekookie/libbowl
tasks:
  - build: |
      cd libbowl
      cmake .
      make