mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Skip EOL=LF and EOL=CRLF because they tend to time out often
This commit is contained in:
parent
ff48d83ad6
commit
089f278372
1 changed files with 3 additions and 11 deletions
14
.travis.yml
14
.travis.yml
|
@ -45,19 +45,11 @@ matrix:
|
|||
# Simple integrated status tests check.
|
||||
- env:
|
||||
- SCRIPT=ci_boost_status
|
||||
|
||||
# Build release package for LF end-of-line style text files.
|
||||
- env:
|
||||
- SCRIPT=ci_boost_release
|
||||
- EOL=LF
|
||||
|
||||
# Build release package for CRLF end-of-line style text files (i.e. for Windows).
|
||||
- env:
|
||||
- SCRIPT=ci_boost_release
|
||||
- EOL=CRLF
|
||||
|
||||
|
||||
# Build release package, but skip the final archive/upload step,
|
||||
# to stay under time limit
|
||||
#
|
||||
# Skip EOL=LF and EOL=CRLF because they often time out
|
||||
|
||||
- env:
|
||||
- SCRIPT=ci_boost_release
|
||||
|
|
Loading…
Add table
Reference in a new issue