Mercurial > minori
comparison .builds/macos.yml @ 208:20fd3acd61c0
CI/macos: download macosx 10.9 sdk
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Tue, 02 Jan 2024 07:11:53 -0500 |
| parents | 9d9e6242dd1a |
| children | 517d558ca160 |
comparison
equal
deleted
inserted
replaced
| 207:9d9e6242dd1a | 208:20fd3acd61c0 |
|---|---|
| 18 environment: | 18 environment: |
| 19 BUILD_SUBMITTER: hg.sr.ht | 19 BUILD_SUBMITTER: hg.sr.ht |
| 20 MACOSX_DEPLOYMENT_TARGET: 10.9 | 20 MACOSX_DEPLOYMENT_TARGET: 10.9 |
| 21 tasks: | 21 tasks: |
| 22 - build: | | 22 - build: | |
| 23 cd osxcross | 23 cd osxcross/tarballs |
| 24 wget "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.9.sdk.tar.xz" | |
| 25 cd .. | |
| 24 export TARGET_DIR="$PWD/target" | 26 export TARGET_DIR="$PWD/target" |
| 25 UNATTENDED=1 ./build.sh | 27 UNATTENDED=1 ./build.sh |
| 26 export PATH="$TARGET_DIR/bin:$PATH" | 28 export PATH="$TARGET_DIR/bin:$PATH" |
| 27 cd .. | 29 cd .. |
| 28 osxcross-macports install qt5-qtbase qt5-qttools | 30 osxcross-macports install qt5-qtbase qt5-qttools |
