comparison .builds/osx.yml @ 33:5c9a1b9c4773

ci: fix URL on OS X build
author Paper <mrpapersonic@gmail.com>
date Wed, 20 Sep 2023 13:47:28 -0400
parents dbb13eaeab62
children bb12ff38b3d1
comparison
equal deleted inserted replaced
32:dbb13eaeab62 33:5c9a1b9c4773
11 - libxml2-dev 11 - libxml2-dev
12 - bzip2 12 - bzip2
13 - cpio 13 - cpio
14 - libbz2 14 - libbz2
15 - zlib-dev 15 - zlib-dev
16 - wget
16 sources: 17 sources:
17 - https://hg.sr.ht/~mrpapersonic/minori 18 - https://hg.sr.ht/~mrpapersonic/minori
18 - https://github.com/tpoechtrager/osxcross 19 - https://github.com/tpoechtrager/osxcross
19 tasks: 20 tasks:
20 - build: | 21 - build: |
21 cd osxcross/tarballs 22 cd osxcross/tarballs
22 wget https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz 23 wget "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.13.sdk.tar.xz"
23 cd .. 24 cd ..
24 UNATTENDED=1 ./build.sh 25 UNATTENDED=1 ./build.sh
25 export PATH="$(pwd)/target/bin:$PATH" 26 export PATH="$(pwd)/target/bin:$PATH"
26 osxcross-macports -v install qt5-qtbase curl pkgconfig 27 osxcross-macports -v install qt5-qtbase curl pkgconfig
27 export PKG_CONFIG_PATH="$(pwd)/target/macports/pkgs/opt/local/lib/pkgconfig" 28 export PKG_CONFIG_PATH="$(pwd)/target/macports/pkgs/opt/local/lib/pkgconfig"