comparison .builds/unix.yml @ 83:837c5380d6f9

CI: add CI builds
author Paper <paper@paper.us.eu.org>
date Fri, 22 Mar 2024 22:26:57 -0400
parents
children f4b0ff679229
comparison
equal deleted inserted replaced
82:59a86b638d40 83:837c5380d6f9
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>