view .builds/win32.yml @ 27:c1d2e4f4ee98

ci/win32: install native cmake
author Paper <mrpapersonic@gmail.com>
date Wed, 20 Sep 2023 00:11:31 -0400
parents d10ba1670d82
children 58d53f014612
line wrap: on
line source

image: alpine/edge
packages:
  - wget
  - tar
  - zstd
  - gpg
  - clang
  - lld
  - xz
  - wine
  - cmake
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>