]> git.armaanb.net Git - gen-shell.git/blob - .build.yml
Update LICENSE year
[gen-shell.git] / .build.yml
1 image: archlinux
2 packages:
3   - readline
4   - cmake
5   - gcc
6 sources:
7   - https://git.sr.ht/~armaan/gen-shell
8 tasks:
9   - cmake: |
10       cd gen-shell
11       cmake .
12       make
13 artifacts:
14   - gen-shell/src/gen-shell