Mercurial > minori
changeset 53:a6e51a03112e
ci: remove OS X build, it doesn't work and it's a pain in the ass
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 25 Sep 2023 22:50:54 -0400 |
parents | 0c4138de2ea7 |
children | 466ac9870df9 |
files | .builds/osx.yml |
diffstat | 1 files changed, 0 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/.builds/osx.yml Mon Sep 25 22:49:42 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -image: ubuntu/jammy -packages: - - gcc - - wget -sources: - - https://hg.sr.ht/~mrpapersonic/minori -tasks: - - build: | - wget -O darling.deb "https://github.com/darlinghq/darling/releases/download/v0.1.20230310_update_sources_11_5/darling_0.1.20230310.jammy_amd64.deb" - sudo apt install ./darling.deb - cd minori - mkdir build - cd build - darling shell '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"' - darling shell 'brew install qt5 cmake make curl clang' - darling shell 'cmake .. -G "Unix Makefiles"' - darling shell 'make'