Mercurial > msvpvf
annotate .builds/unix.yml @ 86:f4b0ff679229
CI: fix repo location
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 17 Jun 2024 21:43:28 -0400 |
parents | 837c5380d6f9 |
children | 2e819b84d7c0 |
rev | line source |
---|---|
83 | 1 image: debian/bookworm |
2 packages: | |
3 - gcc | |
4 - make | |
5 sources: | |
86 | 6 - hg+https://hg.paper.us.eu.org/msvpvf |
83 | 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> |