mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Use shorter and more obvious env var for EOL build type.
This commit is contained in:
parent
233126c565
commit
016644223b
1 changed files with 2 additions and 2 deletions
|
@ -50,12 +50,12 @@ matrix:
|
|||
# Build release package for LF end-of-line style text files.
|
||||
- env:
|
||||
- SCRIPT=ci_boost_release
|
||||
- RELEASE_BUILD=LF
|
||||
- EOL=LF
|
||||
|
||||
# Build release package for CRLF end-of-line style text files (i.e. for Windows).
|
||||
- env:
|
||||
- SCRIPT=ci_boost_release
|
||||
- RELEASE_BUILD=CRLF
|
||||
- EOL=CRLF
|
||||
|
||||
# Library requirements tests.
|
||||
- env:
|
||||
|
|
Loading…
Add table
Reference in a new issue