mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Use shorter and more obvious env var for EOL build type.
This commit is contained in:
parent
c375f2ca16
commit
0885a8c4bc
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