Mercurial > minori
view .builds/win64.yml @ 179:9c4645100fec
osx: clean up includes, we do not need cocoa
what we *do* need is the very basics that animia already depends on anyway.
these are basically guaranteed to be on any macos system, making it fairly portable
now... I haven't tested this :) I don't have a macos machine right now...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 04 Dec 2023 12:03:36 -0500 |
parents | 859d2a957940 |
children |
line wrap: on
line source
image: debian/bookworm packages: - wget - tar - zstd - gpg - clang - lld - xz-utils - wine - cmake - ncurses-bin - qtbase5-dev - qttools5-dev 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 MINGW64 >msystem.txt make install _gcc _qt5-base _qt5-tools _curl cd ../minori mkdir build cd build sudo bash -c 'echo -n 1 >/proc/sys/fs/binfmt_misc/status' bash -c 'source ../../quasi-msys2/env/all.src && export AUTOMOC_EXECUTABLE="$(which moc)" && export AUTORCC_EXECUTABLE="$(which rcc)" && cmake .. -G "Unix Makefiles" && make' triggers: - action: email condition: failure to: Paper <mrpapersonic@gmail.com>