view .builds/win32.yml @ 26:d10ba1670d82

ci/win32: fix quasi-msys2 path
author Paper <mrpapersonic@gmail.com>
date Wed, 20 Sep 2023 00:04:51 -0400
parents d9a93499717a
children c1d2e4f4ee98
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 ../../quasi-msys2/env/all.src && cmake .. -G "Unix Makefiles" && make'
triggers:
  - action: email
    condition: failure
    to: Paper <mrpapersonic@gmail.com>