File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 9090 - name : Build recipes with our patches
9191 shell : bash
9292 run : |
93- set -x
9493 cciRepo='conan-center-index'
9594 branchName='master'
9695 recipePathMinizip='recipes/minizip'
@@ -107,9 +106,6 @@ jobs:
107106 cd "$cciRepo"
108107 git sparse-checkout set "$recipePathMinizip" "$recipePathQt"
109108 git checkout
110- git sparse-checkout list
111- ls -l
112- ls -lR "$recipePathMinizip" "$recipePathQt"
113109
114110 # versions must be synced with: conan_patches/<package>/conandata.yml
115111 # if no custom patches are required for a package, it should be removed from here
@@ -127,7 +123,7 @@ jobs:
127123
128124 conan create "$packagePath" \
129125 --version="$version" \
130- --profile=CI/conan/${{ matrix.conan_profile }} \
126+ --profile=../ CI/conan/${{ matrix.conan_profile }} \
131127 --build=missing \
132128 --test-folder='' \
133129 --core-conf core.sources.patch:extra_path="$custom_patches_path"
@@ -154,7 +150,7 @@ jobs:
154150
155151 conan create "$recipePath/all" \
156152 --version=2.1.0-beta3 \
157- --profile=CI/conan/${{ matrix.conan_profile }} \
153+ --profile=../ CI/conan/${{ matrix.conan_profile }} \
158154 --build=missing \
159155 --test-folder=''
160156
You can’t perform that action at this time.
0 commit comments