File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727 fi
2828 JSON=$(jq -c . < "$MATRIX_FILE")
2929 MODIFIED_JSON='{"include":[]}'
30- PLUGINS=("GLTF" "PLY" "OBJ" "STL" "FBX")
30+ PLUGINS=("GLTF" "PLY" "SPZ" " OBJ" "STL" "FBX")
3131
3232 for row in $(echo "${JSON}" | jq -c '.include[]'); do
3333 for plugin in "${PLUGINS[@]}"; do
@@ -195,6 +195,7 @@ jobs:
195195 "-Dpxr_ROOT=${{ github.workspace }}/usd_build"
196196 "-DUSD_FILEFORMATS_ENABLE_GLTF=$([[ "${{ matrix.config }}" == "ALL" || "${{ matrix.config }}" == "GLTF" ]] && echo "ON" || echo "OFF")"
197197 "-DUSD_FILEFORMATS_ENABLE_PLY=$([[ "${{ matrix.config }}" == "ALL" || "${{ matrix.config }}" == "PLY" ]] && echo "ON" || echo "OFF")"
198+ "-DUSD_FILEFORMATS_ENABLE_SPZ=$([[ "${{ matrix.config }}" == "ALL" || "${{ matrix.config }}" == "SPZ" ]] && echo "ON" || echo "OFF")"
198199 "-DUSD_FILEFORMATS_ENABLE_OBJ=$([[ "${{ matrix.config }}" == "ALL" || "${{ matrix.config }}" == "OBJ" ]] && echo "ON" || echo "OFF")"
199200 "-DUSD_FILEFORMATS_ENABLE_STL=$([[ "${{ matrix.config }}" == "ALL" || "${{ matrix.config }}" == "STL" ]] && echo "ON" || echo "OFF")"
200201 "-DUSD_FILEFORMATS_ENABLE_FBX=$([[ "${{ matrix.config }}" == "ALL" || "${{ matrix.config }}" == "FBX" ]] && echo "ON" || echo "OFF")"
You can’t perform that action at this time.
0 commit comments