|
13 | 13 | fail-fast: false |
14 | 14 | matrix: |
15 | 15 | include: |
16 | | - - platform: mac-intel |
17 | | - os: macos-13 |
18 | | - before_install: macos.sh |
19 | | - conan_profile: macos-intel |
20 | | - conan_prebuilts: dependencies-mac-intel |
21 | | - conan_options: --options with_apple_system_libs=True |
22 | | - - platform: mac-arm |
23 | | - os: macos-13 |
24 | | - before_install: macos.sh |
25 | | - conan_profile: macos-arm |
26 | | - conan_prebuilts: dependencies-mac-arm |
27 | | - conan_options: --options with_apple_system_libs=True |
28 | | - - platform: ios |
29 | | - os: macos-13 |
30 | | - before_install: macos.sh |
31 | | - conan_profile: ios-arm64 |
32 | | - conan_prebuilts: dependencies-ios |
33 | | - conan_options: --options with_apple_system_libs=True |
34 | | - - platform: mingw-x86-64 |
35 | | - os: ubuntu-24.04 |
36 | | - before_install: mingw.sh |
37 | | - conan_profile: mingw64-linux.jinja |
38 | | - conan_prebuilts: dependencies-mingw-x86-64 |
39 | | - - platform: mingw-x86 |
40 | | - os: ubuntu-24.04 |
41 | | - before_install: mingw.sh |
42 | | - conan_profile: mingw32-linux.jinja |
43 | | - conan_prebuilts: dependencies-mingw-x86 |
44 | 16 | - platform: android-armeabi-v7a |
45 | 17 | os: ubuntu-24.04 |
46 | 18 | conan_profile: android-32-ndk |
|
83 | 55 | - name: Remove old binary packages (android) |
84 | 56 | if: ${{ startsWith(matrix.platform, 'android') }} |
85 | 57 | run: | |
86 | | - mv ~/.conan/data/libiconv ~/ |
87 | 58 | rm -rf ~/.conan/data/*/*/_/_/package |
88 | | - mv ~/libiconv ~/.conan/data |
89 | 59 |
|
90 | 60 | # Completely remove packages that were confirmed to be rebuildable using upstream recipe/sources |
91 | 61 | # TODO: generate entire package from scratch instead of such cleanup |
|
0 commit comments