# 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