~kris/dots

srice

ref: 178c9a25a484ead715392d50e21d03df486b8b41 srice/.config/git/build.yml -rw-r--r-- 500 bytes
178c9a25 — Kris Yotam conky: sync proper config from moirai (was the greenred variant) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Template sr.ht build manifest
# Copy and customize per project

image: archlinux
# arch: x86_64
packages:
  - base-devel
  - git
sources:
  - https://git.sr.ht/~krisyotam/PROJECTNAME
# artifacts:
#   - PROJECTNAME/build/output
# secrets:
#   - uuid-of-secret
# oauth: pages.sr.ht/PAGES:RW
# shell: true
tasks:
  - build: |
      cd PROJECTNAME
      make -j$(nproc)
  - test: |
      cd PROJECTNAME
      make test
# triggers:
#   - action: email
#     condition: failure
#     to: you@example.com