Skip to content

Commit 7d119b0

Browse files
committed
matrix build testing - #4
1 parent c6b902c commit 7d119b0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ before_install:
5656
- $CC --version
5757

5858
install:
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

131134
script:
132135
- if ["$DEPS_RESOLVE_BY" = "manual"]; then

0 commit comments

Comments
 (0)