mirror of
https://github.com/boostorg/nowide.git
synced 2026-01-19 04:22:12 +00:00
AzP: Add missing GCC_TOOLCHAIN code
This commit is contained in:
@@ -94,6 +94,8 @@ stages:
|
||||
XCODE_APP: /Applications/Xcode_${{ item.xcode }}.app
|
||||
${{ if item.install }}:
|
||||
PACKAGES: ${{ item.install }}
|
||||
${{ if item.gcc_toolchain }}:
|
||||
GCC_TOOLCHAIN: ${{ item.gcc_toolchain }}
|
||||
${{ each var in item.env }}:
|
||||
${{var.Key}}: ${{var.Value}}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user