aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: bd2f7d78606d7f44dc14b343b135e80fd7c354f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
image: archlinux
packages:
  - cmake
  - gcc
sources:
  - https://git.sr.ht/~spacekookie/libbowl
tasks:
  - build: |
      cd libbowl
      cmake .
      make