|
59 | 59 | ############# BEGIN BLOCK FOR COPYING BELOW ############# |
60 | 60 | ######################################################### |
61 | 61 | platform_short: [lin, mac, win] |
62 | | - toolset_short: [gcc, msvc, mingw] |
| 62 | + toolset_short: [gcc, msvc] |
63 | 63 | machine_short: [x86_64, i686] |
64 | | - static_dynamic: [static, dynamic] |
| 64 | + static_dynamic: [static] |
65 | 65 | exclude: |
66 | 66 | - toolset_short: mingw |
67 | 67 | machine_short: i686 # remove this line after copying the matrix below |
@@ -141,7 +141,7 @@ jobs: |
141 | 141 | ############# BEGIN BLOCK COPIED FROM ABOVE ############# |
142 | 142 | ######################################################### |
143 | 143 | platform_short: [lin, mac, win] |
144 | | - toolset_short: [gcc, msvc, mingw] |
| 144 | + toolset_short: [gcc, msvc] |
145 | 145 | machine_short: [x86_64, i686] |
146 | 146 | static_dynamic: [static, dynamic] |
147 | 147 | exclude: |
@@ -196,4 +196,4 @@ jobs: |
196 | 196 | python-version: '3.8' |
197 | 197 | - id: get_type |
198 | 198 | run: python3 ./.github/get-type.py ${{ github.ref }} |
199 | | - - run: ./.github/starcatcher-publish.sh "https://starcatcher.us/TPT/perform-release.lua?mod=${{ steps.get_type.outputs.MOD_ID }}&type=${{ steps.get_type.outputs.TYPE }}&name=${{ steps.get_type.outputs.NAME }}&commit=${{ github.sha }}" |
| 199 | + - run: ./.github/starcatcher-release.sh "https://starcatcher.us/TPT/perform-release.lua?mod=${{ steps.get_type.outputs.MOD_ID }}&type=${{ steps.get_type.outputs.TYPE }}&name=${{ steps.get_type.outputs.NAME }}&commit=${{ github.sha }}" |
0 commit comments