Skip to content

Commit fac4af4

Browse files
authored
Merge pull request #82 from sdarwin/boost-ci
Set CI B2_CI_VERSION=0
2 parents a4b4f64 + 9ab6d13 commit fac4af4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# As the yaml syntax for Drone CI is rather limited.
99
#
1010
#
11-
globalenv={'B2_VARIANT': 'variant=release,debug'}
11+
globalenv={'B2_CI_VERSION': '0', 'B2_VARIANT': 'variant=release,debug'}
1212
linuxglobalimage="cppalliance/droneubuntu1604:1"
1313
windowsglobalimage="cppalliance/dronevs2019"
1414

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ environment:
4747
# B2_LINK: link=shared,static
4848
# B2_THREADING: threading=multi,single
4949
B2_VARIANT: variant=release,debug
50+
B2_CI_VERSION: 0
5051

5152
matrix:
5253
- FLAVOR: Visual Studio 2017 C++2a Strict

0 commit comments

Comments
 (0)