chore(.travis.yml.in): call cpack conditionally
This commit is contained in:
parent
f87f35d623
commit
c4d684cc33
2 changed files with 2 additions and 4 deletions
|
|
@ -117,9 +117,8 @@ script:
|
|||
../src || exit
|
||||
- make -j2 || exit
|
||||
- export PATH="$TRAVIS_BUILD_DIR/bin:$PATH"
|
||||
- cpack
|
||||
- if [[ $TEST != OFF ]]; then yes "A" | ctest -j2 --output-on-failure; fi
|
||||
- if [[ $PACKAGE == TRUE ]]; then make package; fi
|
||||
- if [[ $PACKAGE == TRUE ]]; then cpack; make package; fi
|
||||
- if [[ $TEST_LEANPKG_REGISTRY == ON ]]; then ../script/test_registry.py; fi
|
||||
- cd ..
|
||||
|
||||
|
|
|
|||
|
|
@ -117,9 +117,8 @@ script:
|
|||
../src || exit
|
||||
- make -j2 || exit
|
||||
- export PATH="$TRAVIS_BUILD_DIR/bin:$PATH"
|
||||
- cpack
|
||||
- if [[ $TEST != OFF ]]; then yes "A" | ctest -j2 --output-on-failure; fi
|
||||
- if [[ $PACKAGE == TRUE ]]; then make package; fi
|
||||
- if [[ $PACKAGE == TRUE ]]; then cpack; make package; fi
|
||||
- if [[ $TEST_LEANPKG_REGISTRY == ON ]]; then ../script/test_registry.py; fi
|
||||
- cd ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue