Browse Source

Revert "For non-master branch, do not configure with CMake release type"

This reverts commit 292826998c.
pull/700/head^2
Trung Lê 6 years ago committed by Anders Jenbo
parent
commit
20dd0ceab6
  1. 4
      .travis.yml

4
.travis.yml

@ -12,8 +12,8 @@ jobs:
script:
# CMake 3.10: no -S/-B and -j is build tool specific.
- mkdir -p build && cd build
- if [[ $TRAVIS_BRANCH == "master" ]]; then cmake .. -DBINARY_RELEASE=ON && cmake --build . --target package -- -j $(nproc) ; fi
- if [[ $TRAVIS_BRANCH != "master" ]]; then cmake .. && cmake --build . -- -j $(nproc) ; fi
- cmake .. -DBINARY_RELEASE=ON
- cmake --build . --target package -- -j $(nproc)
addons:
apt:
packages:

Loading…
Cancel
Save