comparison .builds/osx.yml @ 39:bed33f89a982

ci/osx: darling is different from wine darling needs a separate 'shell' ARG
author Paper <mrpapersonic@gmail.com>
date Fri, 22 Sep 2023 09:41:10 -0400
parents 1a34fd7469b9
children 66125301ea70
comparison
equal deleted inserted replaced
38:1a34fd7469b9 39:bed33f89a982
9 sudo dpkg -i darling.deb 9 sudo dpkg -i darling.deb
10 sudo apt install --fix-broken 10 sudo apt install --fix-broken
11 cd minori 11 cd minori
12 mkdir build 12 mkdir build
13 cd build 13 cd build
14 darling '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"' 14 darling shell '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"'
15 darling 'brew install qt5 cmake make curl clang' 15 darling shell 'brew install qt5 cmake make curl clang'
16 darling 'cmake .. -G "Unix Makefiles"' 16 darling shell 'cmake .. -G "Unix Makefiles"'
17 darling 'make' 17 darling shell 'make'