~kris/dots

srice

ref: e98f3b030dc24445bd55c68d95d2d81933fd68b3 srice/.config/git/build.yml -rw-r--r-- 500 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month 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