File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,11 @@ before_install:
5656 - $CC --version
5757
5858install :
59- - if [ "$DEPS_RESOLVE_BY" = "manual" ]; then
60- echo "Resolve library dependencies manually.";
59+ - echo "$DEPS_RESOLVE_BY"
60+ - echo "$COMPILER"
61+
62+ # - if [ "$DEPS_RESOLVE_BY" = "manual" ]; then
63+ # echo "Resolve library dependencies manually.";
6164 # ############################################################################
6265 # CMAKE #
6366 # ############################################################################
@@ -119,14 +122,14 @@ install:
119122# fi;
120123#
121124 # elif [ "$DEPS_RESOLVE_BY" = "conan" ]; then
122- else
123- echo "Resolve library dependencies using conan.";
125+ # else
126+ # echo "Resolve library dependencies using conan.";
124127 # ############################################################################
125128 # Conan
126129 # ############################################################################
127130# pip install --upgrade pip --user;
128131# pip install conan --user;
129- fi
132+ # fi
130133
131134script :
132135- if ["$DEPS_RESOLVE_BY" = "manual"]; then
You can’t perform that action at this time.
0 commit comments