view .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
line wrap: on
line source

image: debian/bookworm
packages:
  - gcc
  - make
sources:
  - hg+https://hg.paper.us.eu.org/msvpvf
tasks:
  - build: |
      # build
      cd msvpvf
      make
      strip msvpvf
artifacts:
  - msvpvf/msvpvf
triggers:
  - action: email
    condition: failure
    to: Paper <paper@paper.us.eu.org>