mirror of
https://github.com/boostorg/move.git
synced 2026-07-06 16:41:02 +02:00
Merge pull request #66 from Flamefire/add-toolchain-ppa
Enable adding Ubuntu toolchain PPA by default
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
# As the yaml syntax for Drone CI is rather limited.
|
||||
#
|
||||
#
|
||||
globalenv={'B2_CI_VERSION': '0', 'B2_VARIANT': 'variant=release,debug'}
|
||||
globalenv={'B2_CI_VERSION': '0', 'ADD_UBUNTU_TOOLCHAIN_PPA': 'true', 'B2_VARIANT': 'variant=release,debug'}
|
||||
linuxglobalimage="cppalliance/droneubuntu1604:1"
|
||||
windowsglobalimage="cppalliance/dronevs2019"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user