mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
CircleCI: Explicit set array env vars tow work around circleci not doing
this with regular bash var arrays.
This commit is contained in:
parent
a363ec6f81
commit
8edde499b1
1 changed files with 8 additions and 2 deletions
10
circle.yml
10
circle.yml
|
@ -6,8 +6,14 @@
|
|||
|
||||
machine:
|
||||
environment:
|
||||
SCRIPT_N: (ci_boost_status ci_boost_library_check ci_boost_release ci_boost_release)
|
||||
EOL_N: (NA NA LF CRLF)
|
||||
SCRIPT_N[0]: ci_boost_status
|
||||
SCRIPT_N[1]: ci_boost_library_check
|
||||
SCRIPT_N[2]: ci_boost_release
|
||||
SCRIPT_N[3]: ci_boost_release
|
||||
EOL_N[0]: NA
|
||||
EOL_N[1]: NA
|
||||
EOL_N[2]: LF
|
||||
EOL_N[3]: CRLF
|
||||
pre:
|
||||
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME}
|
||||
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_library_check.py" -P ${HOME}
|
||||
|
|
Loading…
Add table
Reference in a new issue