Skip to content

Commit

Permalink
Travis: Choose yaml-cpp build mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed May 30, 2018
1 parent 5dafe63 commit 25c233a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install:
tar xzf yaml-cpp-0.6.2.tar.gz
mkdir yaml-cpp-0.6.2-build
cd yaml-cpp-0.6.2-build
cmake -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_INSTALL_PREFIX="$YAML_CPP_DIR" ../yaml-cpp-yaml-cpp-0.6.2
cmake -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="$YAML_CPP_DIR" ../yaml-cpp-yaml-cpp-0.6.2
make -j2
make -j2 install
)
Expand All @@ -62,7 +62,7 @@ install:
tar xzf yaml-cpp-0.6.2.tar.gz
mkdir yaml-cpp-0.6.2-build
cd yaml-cpp-0.6.2-build
cmake -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_INSTALL_PREFIX="$YAML_CPP_DIR" ../yaml-cpp-yaml-cpp-0.6.2
cmake -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="$YAML_CPP_DIR" ../yaml-cpp-yaml-cpp-0.6.2
make -j2
make -j2 install
)
Expand Down

0 comments on commit 25c233a

Please sign in to comment.