annotate .builds/unix.yml @ 87:2e819b84d7c0
default tip
CI: cleanup, remove source URLs
author |
Paper <paper@paper.us.eu.org> |
date |
Mon, 15 Jul 2024 01:35:03 -0400 (8 months ago) |
parents |
f4b0ff679229 |
children |
|
rev |
line source |
83
|
1 image: debian/bookworm
|
|
2 packages:
|
|
3 - gcc
|
|
4 - make
|
|
5 tasks:
|
|
6 - build: |
|
|
7 # build
|
|
8 cd msvpvf
|
|
9 make
|
|
10 strip msvpvf
|
|
11 artifacts:
|
|
12 - msvpvf/msvpvf
|
|
13 triggers:
|
|
14 - action: email
|
|
15 condition: failure
|
|
16 to: Paper <paper@paper.us.eu.org>
|