Mercurial > msvpvf
comparison .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 |
comparison
equal
deleted
inserted
replaced
85:1acd477da42f | 86:f4b0ff679229 |
---|---|
1 image: debian/bookworm | 1 image: debian/bookworm |
2 packages: | 2 packages: |
3 - gcc | 3 - gcc |
4 - make | 4 - make |
5 sources: | 5 sources: |
6 - hg+https://hg.sr.ht/~mrpapersonic/msvpvf | 6 - hg+https://hg.paper.us.eu.org/msvpvf |
7 tasks: | 7 tasks: |
8 - build: | | 8 - build: | |
9 # build | 9 # build |
10 cd msvpvf | 10 cd msvpvf |
11 make | 11 make |