We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d119b0 commit 0309d90Copy full SHA for 0309d90
.travis.yml
@@ -30,12 +30,10 @@ env:
30
- BOOST_MIN: 106100 # careful: hard coded below
31
- GRAYBAT_ROOT: $TRAVIS_BUILD_DIR
32
- OMP_NUM_THREADS: 4 # ignored in thread layer
33
-
34
-matrix:
35
- env:
36
- - COMPILER=gcc
37
- - DEPS_RESOLVE_BY=manual
38
- - DEPS_RESOLVE_BY=conan
+ - COMPILER: gcc
+ matrix:
+ - DEPS_RESOLVE_BY: manual
+ - DEPS_RESOLVE_BY: conan
39
40
before_install:
41
- mkdir -p $HOME/build
@@ -56,8 +54,8 @@ before_install:
56
54
- $CC --version
57
55
58
install:
59
- - echo "$DEPS_RESOLVE_BY"
60
- - echo "$COMPILER"
+ - echo $DEPS_RESOLVE_BY
+ - echo $COMPILER
61
62
# - if [ "$DEPS_RESOLVE_BY" = "manual" ]; then
63
# echo "Resolve library dependencies manually.";
0 commit comments