annotate .builds/unix.yml @ 84:7d4db3e24487
README: add CI build status
author |
Paper <paper@paper.us.eu.org> |
date |
Fri, 22 Mar 2024 22:30:04 -0400 |
parents |
837c5380d6f9 |
children |
f4b0ff679229 |
rev |
line source |
83
|
1 image: debian/bookworm
|
|
2 packages:
|
|
3 - gcc
|
|
4 - make
|
|
5 sources:
|
|
6 - hg+https://hg.sr.ht/~mrpapersonic/msvpvf
|
|
7 tasks:
|
|
8 - build: |
|
|
9 # build
|
|
10 cd msvpvf
|
|
11 make
|
|
12 strip msvpvf
|
|
13 artifacts:
|
|
14 - msvpvf/msvpvf
|
|
15 triggers:
|
|
16 - action: email
|
|
17 condition: failure
|
|
18 to: Paper <paper@paper.us.eu.org>
|