view .builds/win32.yml @ 24:b949a56b51dd

ci/win32: install xz why isn't this listed in the dependencies?? lol
author Paper <mrpapersonic@gmail.com>
date Tue, 19 Sep 2023 23:55:30 -0400
parents 33961277a40f
children d9a93499717a
line wrap: on
line source

image: alpine/edge
packages:
  - wget
  - tar
  - zstd
  - gpg
  - clang
  - lld
  - xz
  - wine
sources:
  - https://hg.sr.ht/~mrpapersonic/minori
  - https://github.com/holyblackcat/quasi-msys2
environment:
  BUILD_SUBMITTER: hg.sr.ht
tasks:
  - build: |
      cd quasi-msys2
      echo MINGW32 >msystem.txt
      make install _gcc _qt5-base _curl
      cd ../minori
      mkdir build
      cd build
      bash -c 'source env/all.src && cmake .. -G "Unix Makefiles && make'
triggers:
  - action: email
    condition: failure
    to: Paper <mrpapersonic@gmail.com>