comparison .builds/osx.yml @ 40:66125301ea70

ci/osx: use apt to install deb file
author Paper <mrpapersonic@gmail.com>
date Fri, 22 Sep 2023 10:52:52 -0400
parents bed33f89a982
children 26beda26654e
comparison
equal deleted inserted replaced
39:bed33f89a982 40:66125301ea70
4 sources: 4 sources:
5 - https://hg.sr.ht/~mrpapersonic/minori 5 - https://hg.sr.ht/~mrpapersonic/minori
6 tasks: 6 tasks:
7 - build: | 7 - build: |
8 curl -O darling.deb https://github.com/darlinghq/darling/releases/download/v0.1.20220704/darling_0.1.20220704.focal_amd64.deb 8 curl -O darling.deb https://github.com/darlinghq/darling/releases/download/v0.1.20220704/darling_0.1.20220704.focal_amd64.deb
9 sudo dpkg -i darling.deb 9 sudo apt install ./darling.deb
10 sudo apt install --fix-broken
11 cd minori 10 cd minori
12 mkdir build 11 mkdir build
13 cd build 12 cd build
14 darling shell '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"' 13 darling shell '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"'
15 darling shell 'brew install qt5 cmake make curl clang' 14 darling shell 'brew install qt5 cmake make curl clang'