# HG changeset patch # User Paper # Date 1695696654 14400 # Node ID a6e51a03112ebd3064899b3734a1d3ffde972f7e # Parent 0c4138de2ea7200e38c6ecf6c9af1c906b695978 ci: remove OS X build, it doesn't work and it's a pain in the ass diff -r 0c4138de2ea7 -r a6e51a03112e .builds/osx.yml --- 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'