We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b4f64 + 9ab6d13 commit fac4af4Copy full SHA for fac4af4
2 files changed
.drone.star
@@ -8,7 +8,7 @@
8
# As the yaml syntax for Drone CI is rather limited.
9
#
10
11
-globalenv={'B2_VARIANT': 'variant=release,debug'}
+globalenv={'B2_CI_VERSION': '0', 'B2_VARIANT': 'variant=release,debug'}
12
linuxglobalimage="cppalliance/droneubuntu1604:1"
13
windowsglobalimage="cppalliance/dronevs2019"
14
appveyor.yml
@@ -47,6 +47,7 @@ environment:
47
# B2_LINK: link=shared,static
48
# B2_THREADING: threading=multi,single
49
B2_VARIANT: variant=release,debug
50
+ B2_CI_VERSION: 0
51
52
matrix:
53
- FLAVOR: Visual Studio 2017 C++2a Strict
0 commit comments