Mercurial > minori
comparison .builds/osx.yml @ 42:f6058ee6a737
ci/osx: update Darling
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 22 Sep 2023 12:01:15 -0400 |
parents | 26beda26654e |
children | eb9a78345ecb |
comparison
equal
deleted
inserted
replaced
41:26beda26654e | 42:f6058ee6a737 |
---|---|
1 image: debian/bullseye | 1 image: debian/bullseye |
2 packages: | 2 packages: |
3 - gcc | 3 - gcc |
4 - wget | |
4 sources: | 5 sources: |
5 - https://hg.sr.ht/~mrpapersonic/minori | 6 - https://hg.sr.ht/~mrpapersonic/minori |
6 tasks: | 7 tasks: |
7 - build: | | 8 - build: | |
8 curl -O darling.deb https://github.com/darlinghq/darling/releases/download/v0.1.20220704/darling_0.1.20220704.focal_amd64.deb | 9 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" |
9 sudo apt install ./darling.deb | 10 sudo apt install ./darling.deb |
10 cd minori | 11 cd minori |
11 mkdir build | 12 mkdir build |
12 cd build | 13 cd build |
13 darling shell '/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)"' |