view .builds/unix.yml @ 88:af4ed765c1ac

*: add IUP GUI a lot simpler than win32, but I assume there's more going on in the background that I don't know about :)
author Paper <paper@tflc.us>
date Mon, 14 Jul 2025 02:39:24 -0400
parents 2e819b84d7c0
children
line wrap: on
line source

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